Update workflow
This commit is contained in:
parent
d09f81f4e3
commit
806ee45ec2
1 changed files with 1 additions and 3 deletions
4
.github/workflows/build-and-publish.yaml
vendored
4
.github/workflows/build-and-publish.yaml
vendored
|
@ -112,7 +112,7 @@ jobs:
|
||||||
type=semver,pattern={{major}}
|
type=semver,pattern={{major}}
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
id: push
|
id: push
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./resources/docker/Dockerfile
|
file: ./resources/docker/Dockerfile
|
||||||
|
@ -125,5 +125,3 @@ jobs:
|
||||||
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
|
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}
|
||||||
subject-digest: ${{ steps.push.outputs.digest }}
|
subject-digest: ${{ steps.push.outputs.digest }}
|
||||||
push-to-registry: true
|
push-to-registry: true
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue