Skip to content

Commit eb15161

Browse files
Update docker/build-push-action action to v6 (#63)
skipping CI since this doesn't include any changes to our images. [skip ci]
1 parent 1b0594a commit eb15161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
- name: Build & push runner image
115115
if: matrix.ENV == 'qemu' && inputs.upload_artifacts
116116
timeout-minutes: 30
117-
uses: docker/build-push-action@v5
117+
uses: docker/build-push-action@v6
118118
with:
119119
context: .
120120
push: true

0 commit comments

Comments
 (0)