Skip to content

Commit

Permalink
Merge pull request #120 from shizunge/dependabot/github_actions/docke…
Browse files Browse the repository at this point in the history
…r/build-push-action-6.6.1

Bump docker/build-push-action from 5.3.0 to 6.6.1
  • Loading branch information
shizunge authored Aug 12, 2024
2 parents a537cc6 + 3d806de commit d2905e8
Show file tree
Hide file tree
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
Expand Up @@ -49,7 +49,7 @@ jobs:
type=ref,event=branch
type=edge,branch=main
- name: Build and push ${{ github.repository }}:${{ steps.git.outputs.image_tag }}
uses: docker/build-push-action@v5.3.0
uses: docker/build-push-action@v6.6.1
with:
platforms: ${{ env.PLATFORMS }}
push: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
type=ref,event=branch
type=ref,event=tag
- name: Build and push
uses: docker/build-push-action@v5.3.0
uses: docker/build-push-action@v6.6.1
with:
platforms: ${{ env.PLATFORMS }}
push: true
Expand Down

0 comments on commit d2905e8

Please sign in to comment.