Merge pull request #216 from shizunge/dependabot/github_actions/docker/build-push-action-7.3.0

Bump docker/build-push-action from 7.2.0 to 7.3.0
This commit is contained in:
Shizun Ge
2026-07-20 10:39:52 -07:00
committed by GitHub
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ jobs:
type=ref,event=branch
type=edge,branch=main
- name: Build
uses: docker/build-push-action@v7.2.0
uses: docker/build-push-action@v7.3.0
with:
platforms: ${{ env.PLATFORMS }}
push: false
+1 -1
View File
@@ -68,7 +68,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@v7.2.0
uses: docker/build-push-action@v7.3.0
with:
platforms: ${{ env.PLATFORMS }}
push: true
+1 -1
View File
@@ -40,7 +40,7 @@ jobs:
type=ref,event=branch
type=ref,event=tag
- name: Build and push
uses: docker/build-push-action@v7.2.0
uses: docker/build-push-action@v7.3.0
with:
platforms: ${{ env.PLATFORMS }}
push: true