Updated build-push-action to version 6.
This commit is contained in:
parent
10685cda38
commit
f0965432b3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-image.yml
vendored
2
.github/workflows/build-image.yml
vendored
|
@ -115,7 +115,7 @@ jobs:
|
|||
password: ${{ secrets.DOCKERHUB_PASSWORD }}
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v5
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
push: ${{ steps.prep.outputs.is_release == 'yes' }}
|
||||
provenance: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue