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
+11-5Lines changed: 11 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,7 @@ on:
137
137
value: ${{ jobs.finalize.outputs.signed }}
138
138
139
139
env:
140
-
BUILDX_VERSION: "v0.30.1"
140
+
BUILDX_VERSION: "https://github.com/docker/buildx.git#8037f199dbf353dd0bc51b6d4f4cec64544dbcdd"# TODO: pin to a specific version when scope feature is available
141
141
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
+11-5Lines changed: 11 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -144,7 +144,7 @@ on:
144
144
value: ${{ jobs.finalize.outputs.signed }}
145
145
146
146
env:
147
-
BUILDX_VERSION: "v0.30.1"
147
+
BUILDX_VERSION: "https://github.com/docker/buildx.git#8037f199dbf353dd0bc51b6d4f4cec64544dbcdd"# TODO: pin to a specific version when scope feature is available
148
148
BUILDKIT_IMAGE: "moby/buildkit:master@sha256:bdefeba47634c596286beabe68219708ed364c4f1a5e4e9a2e160274712a0e89"# TODO: pin to a specific version when signed gha cache feature is available
0 commit comments