build(deps): Bump docker/build-push-action from 5 to 6 (#20709)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-06-18 13:07:11 +07:00 committed by GitHub
parent 3a21cebb17
commit 335aa1bbcb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Publish to GitHub Packages
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}

View File

@ -58,7 +58,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- name: Publish to GHCR
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./contrib/devtools
platforms: linux/amd64,linux/arm64