remove caching configuration from docker workflow
All checks were successful
Build & Publish Docker Image / build-and-push (push) Successful in 15s
All checks were successful
Build & Publish Docker Image / build-and-push (push) Successful in 15s
This commit is contained in:
@@ -44,10 +44,13 @@ jobs:
|
|||||||
type=semver,pattern={{major}}.{{minor}}
|
type=semver,pattern={{major}}.{{minor}}
|
||||||
type=sha,prefix=sha-,format=short
|
type=sha,prefix=sha-,format=short
|
||||||
|
|
||||||
- name: Build and push
|
- name: Extract Docker metadata
|
||||||
uses: docker/build-push-action@v6
|
id: meta
|
||||||
|
uses: docker/metadata-action@v5
|
||||||
with:
|
with:
|
||||||
context: .
|
images: ${{ steps.reg.outputs.image }}
|
||||||
push: true
|
tags: |
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
type=raw,value=latest
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
type=semver,pattern={{version}}
|
||||||
|
type=semver,pattern={{major}}.{{minor}}
|
||||||
|
type=sha,prefix=sha-,format=short
|
||||||
|
|||||||
Reference in New Issue
Block a user