Merge pull request #53 from crossplane/renovate/docker-build-push-action-6.x

chore(deps): update docker/build-push-action action to v6
This commit is contained in:
Bob Haddleton 2024-06-26 13:49:16 -05:00 committed by GitHub
commit 0815c8d7f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ jobs:
# the build, per https://docs.docker.com/build/cache/backends/gha/.
- name: Build Runtime
id: image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
platforms: linux/${{ matrix.arch }}