Skip to content

Commit 8693a13

Browse files
authored
Merge pull request #76 from crossplane/renovate/docker-build-push-action-6.x
chore(deps): update docker/build-push-action action to v6
2 parents 45bc905 + 4253a27 commit 8693a13

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
@@ -101,7 +101,7 @@ jobs:
101101
# the build, per https://docs.docker.com/build/cache/backends/gha/.
102102
- name: Build Runtime
103103
id: image
104-
uses: docker/build-push-action@v5
104+
uses: docker/build-push-action@v6
105105
with:
106106
context: .
107107
platforms: linux/${{ matrix.arch }}

0 commit comments

Comments
 (0)