Skip to content

Commit

Permalink
Update docker/build-push-action action to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 25, 2024
1 parent 3e327b2 commit 5bef917
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
failure-threshold: error

- name: Docker Build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: ${{ steps.context.outputs.should-publish == 'false' }}
with:
push: false
Expand All @@ -78,7 +78,7 @@ jobs:
release-type: ${{ steps.context.outputs.release-type }}

- name: Docker push
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: ${{ steps.context.outputs.should-publish == 'true' && inputs.IMAGE_NAME != '' }}
with:
push: true
Expand Down

0 comments on commit 5bef917

Please sign in to comment.