Skip to content

Commit

Permalink
chore(deps): update docker/build-push-action action to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 17, 2024
1 parent 53a7e6c commit dcd0a0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: echo ${{ steps.buildx.outputs.platforms }}

- name: Build container image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: false
context: .
Expand All @@ -67,7 +67,7 @@ jobs:
TAG_SUFFIX: ${{ github.sha }}

- name: Publish container image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: github.ref == 'refs/heads/main' || github.event_name == 'release'
with:
push: true
Expand Down

0 comments on commit dcd0a0d

Please sign in to comment.