build(deps): bump docker/build-push-action from 6.12.0 to 6.13.0 in the updates group (#3283)

This commit is contained in:
dependabot[bot]
2025-01-28 06:08:21 -07:00
committed by GitHub
parent 40daa8b803
commit 26d97c21cc
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -134,7 +134,7 @@ jobs:
uses: docker/setup-qemu-action@v3.3.0
- name: Build for test
uses: docker/build-push-action@v6.12.0
uses: docker/build-push-action@v6.13.0
with:
platforms: linux/amd64
tags: ${{ env.IMAGE_TO_TEST }}
@@ -172,7 +172,7 @@ jobs:
password: ${{ github.token }}
- name: Build and push
uses: docker/build-push-action@v6.12.0
uses: docker/build-push-action@v6.13.0
if: github.actor == github.repository_owner
with:
platforms: ${{ matrix.platforms }}