chore(deps): bump docker/build-push-action from 6.1.0 to 6.2.0 (#10655)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-07-02 11:08:34 +01:00 committed by GitHub
parent eeae77422f
commit ebea793534
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@ jobs:
type=raw,value=latest,enable=${{ github.event_name == 'release' }}
- name: Build and push image
uses: docker/build-push-action@v6.1.0
uses: docker/build-push-action@v6.2.0
with:
file: cli/Dockerfile
platforms: linux/amd64,linux/arm64

View File

@ -115,7 +115,7 @@ jobs:
fi
- name: Build and push image
uses: docker/build-push-action@v6.1.0
uses: docker/build-push-action@v6.2.0
with:
context: ${{ matrix.context }}
file: ${{ matrix.file }}