Skip to content

Commit

Permalink
Merge pull request #9 from pauldoomgov/pauldoom/cleanup
Browse files Browse the repository at this point in the history
Turn Cosign back on
  • Loading branch information
pauldoomgov authored Jul 28, 2023
2 parents 98ddaff + 4be60bf commit bdd9bfc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,9 @@ jobs:
KO_DOCKER_REPO: ghcr.io/${{ github.repository_owner }}
KO_DEFAULTBASEIMAGE: cgr.dev/chainguard/busybox


#- run: |
# echo "signing $(cat allstar.ref)"
# cosign sign --yes -a git_sha="$GITHUB_SHA" "$(cat allstar.ref)"
- run: |
echo "signing $(cat allstar.ref)"
cosign sign --yes -a git_sha="$GITHUB_SHA" "$(cat allstar.ref)"
- run: gh release create ${{ github.ref_name }} --notes "ghcr.io/${{ github.repository_owner }}/allstar:${{ github.ref_name }}"
env:
Expand Down

0 comments on commit bdd9bfc

Please sign in to comment.