Merge pull request #123 from shizunge/dependabot/github_actions/docker/build-push-action-6.7.0

Bump docker/build-push-action from 6.6.1 to 6.7.0
This commit is contained in:
Shizun Ge
2024-08-19 09:56:10 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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@v6.6.1
uses: docker/build-push-action@v6.7.0
with:
platforms: ${{ env.PLATFORMS }}
push: true

View File

@@ -40,7 +40,7 @@ jobs:
type=ref,event=branch
type=ref,event=tag
- name: Build and push
uses: docker/build-push-action@v6.6.1
uses: docker/build-push-action@v6.7.0
with:
platforms: ${{ env.PLATFORMS }}
push: true