Merge pull request #191 from shizunge/dependabot/github_actions/docker/build-push-action-6.19.2

Bump docker/build-push-action from 6.18.0 to 6.19.2
This commit is contained in:
Shizun Ge 2026-02-18 20:43:29 -08:00 committed by GitHub
commit 1133f6ad28
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -37,7 +37,7 @@ jobs:
type=ref,event=branch
type=edge,branch=main
- name: Build
uses: docker/build-push-action@v6.18.0
uses: docker/build-push-action@v6.19.2
with:
platforms: ${{ env.PLATFORMS }}
push: false

View file

@ -51,7 +51,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.18.0
uses: docker/build-push-action@v6.19.2
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.18.0
uses: docker/build-push-action@v6.19.2
with:
platforms: ${{ env.PLATFORMS }}
push: true