You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/bake.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -142,7 +142,7 @@ on:
142
142
value: ${{ jobs.finalize.outputs.signed }}
143
143
144
144
env:
145
-
BUILDX_VERSION: "v0.30.1"
145
+
BUILDX_VERSION: "v0.31.0"
146
146
BUILDKIT_IMAGE: "moby/buildkit:master@sha256:bdefeba47634c596286beabe68219708ed364c4f1a5e4e9a2e160274712a0e89"# TODO: pin to a specific version when signed gha cache feature is available
Copy file name to clipboardExpand all lines: .github/workflows/build.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -149,7 +149,7 @@ on:
149
149
value: ${{ jobs.finalize.outputs.signed }}
150
150
151
151
env:
152
-
BUILDX_VERSION: "v0.30.1"
152
+
BUILDX_VERSION: "v0.31.0"
153
153
BUILDKIT_IMAGE: "moby/buildkit:master@sha256:bdefeba47634c596286beabe68219708ed364c4f1a5e4e9a2e160274712a0e89"# TODO: pin to a specific version when signed gha cache feature is available
0 commit comments