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.
2 parents e5b2847 + 300b8a0 commit 48c8b37Copy full SHA for 48c8b37
.github/workflows/release.yaml
@@ -29,7 +29,7 @@ jobs:
29
- uses: actions/setup-go@v2
30
with:
31
go-version: 1.18.x
32
- - uses: sigstore/cosign-installer@v1.2.0
+ - uses: sigstore/cosign-installer@v2.3.0
33
- name: Build Release Images
34
env:
35
REGISTRY_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
@@ -44,7 +44,7 @@ jobs:
44
# OIDC.
45
COSIGN_EXPERIMENTAL: "true"
46
run: |
47
- grep -o "ghcr.io[^\"]*" "${GITHUB_WORKSPACE}/bundle/manifests/shipwright-operator.clusterserviceversion.yaml" | xargs cosign sign \
+ grep -o "ghcr.io[^\"]*" "${GITHUB_WORKSPACE}/_output/olm/bundle/manifests/shipwright-operator.clusterserviceversion.yaml" | uniq | xargs -n 1 cosign sign \
48
-a sha=${{ github.sha }} \
49
-a run_id=${{ github.run_id }} \
50
-a run_attempt=${{ github.run_attempt }}
0 commit comments