build(deps): bump docker/build-push-action from 6.3.0 to 6.4.1 in the updates group (#3010)

This commit is contained in:
dependabot[bot]
2024-07-23 14:14:19 -05:00
committed by GitHub
parent de1d7f422c
commit be846dd369
2 changed files with 4 additions and 4 deletions

View File

@@ -138,7 +138,7 @@ jobs:
uses: docker/setup-qemu-action@v3.1.0
- name: Build for test
uses: docker/build-push-action@v6.3.0
uses: docker/build-push-action@v6.4.1
with:
platforms: linux/amd64
tags: ${{ env.IMAGE_TO_TEST }}
@@ -176,7 +176,7 @@ jobs:
password: ${{ github.token }}
- name: Build and push
uses: docker/build-push-action@v6.3.0
uses: docker/build-push-action@v6.4.1
if: github.actor == github.repository_owner
with:
platforms: ${{ matrix.platforms }}