Skip to content

Commit

Permalink
forgot experimental flag
Browse files Browse the repository at this point in the history
  • Loading branch information
dopey committed Oct 27, 2022
1 parent cb88d4b commit 8b7a6f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,10 @@ jobs:
env:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
COSIGN_EXPERIMENTAL: 1
- name: Cosign
id: cosign
run: |
DIGEST=$(docker images --digests --format "{{.Digest}}" smallstep/step-sds | head -n 1 | tr -d '[:space:]')
cosign sign -r smallstep/step-sds@${DIGEST}
env:
COSIGN_EXPERIMENTAL: 1

0 comments on commit 8b7a6f9

Please sign in to comment.