Skip to content

Commit

Permalink
Merge pull request #26 from shizunge/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/build-push-action-6.9.0

Bump docker/build-push-action from 6.7.0 to 6.9.0
  • Loading branch information
shizunge authored Sep 30, 2024
2 parents fed5ce9 + 8289d32 commit 5f586e6
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
@@ -65,7 +65,7 @@ jobs:
type=ref,event=branch
type=edge,branch=main
- name: Build and push
uses: docker/build-push-action@v6.7.0
uses: docker/build-push-action@v6.9.0
with:
platforms: ${{ env.PLATFORMS }}
push: true
2 changes: 1 addition & 1 deletion .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
@@ -58,7 +58,7 @@ jobs:
type=ref,event=branch
type=ref,event=tag
- name: Build and push
uses: docker/build-push-action@v6.7.0
uses: docker/build-push-action@v6.9.0
with:
platforms: ${{ env.PLATFORMS }}
push: true

0 comments on commit 5f586e6

Please sign in to comment.