We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f61bd55 commit 76011e9Copy full SHA for 76011e9
.github/workflows/docker-matrix-wheels.yml
@@ -39,7 +39,6 @@ jobs:
39
driver-opts: |
40
image=moby/buildkit:v0.12.4
41
42
-
43
- name: Build builder stage
44
id: build_base_cross
45
uses: docker/build-push-action@v5.1.0
@@ -230,8 +229,6 @@ jobs:
230
229
- name: Install cosign
231
if: github.event_name == 'release'
232
uses: sigstore/cosign-installer@v2.8.1
233
- with:
234
- cosign-release: 'v1.9.0'
235
236
# Login against a Docker registry if it is a release
237
# https://github.com/docker/login-action
@@ -383,4 +380,4 @@ jobs:
383
380
384
381
- name: Set step summary
385
382
run: |
386
- cat README.md >> $GITHUB_STEP_SUMMARY
+ cat README.md >> $GITHUB_STEP_SUMMARY
0 commit comments