Skip to content

Commit 0815c8d

Browse files
authored
Merge pull request #53 from crossplane/renovate/docker-build-push-action-6.x
chore(deps): update docker/build-push-action action to v6
2 parents 0fa5815 + 1e867e4 commit 0815c8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
# the build, per https://docs.docker.com/build/cache/backends/gha/.
101101
- name: Build Runtime
102102
id: image
103-
uses: docker/build-push-action@v5
103+
uses: docker/build-push-action@v6
104104
with:
105105
context: .
106106
platforms: linux/${{ matrix.arch }}

0 commit comments

Comments
 (0)