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] authored Aug 2, 2024
1 parent 5168971 commit b8c5fb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
type=sha,format=long,prefix=
- name: Build Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
load: true
push: false
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
type=sha,format=long,prefix=
- name: Build and push Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
push: true
platforms: ${{ env.PLATFORMS }}
Expand Down

0 comments on commit b8c5fb2

Please sign in to comment.