Skip to content

Commit

Permalink
fix(build): add registry argument
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Guerra <luca@guerra.sh>
  • Loading branch information
LucaGuerra authored and poiana committed Sep 7, 2023
1 parent 93dd94c commit ee6f7f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
cosign-release: 'v2.1.0'

- name: Login with cosign
run: cosign login --username ${{ github.repository_owner }} --password ${{ secrets.GITHUB_TOKEN }}
run: cosign login $OCI_REGISTRY --username ${{ github.repository_owner }} --password ${{ secrets.GITHUB_TOKEN }}

- name: Sign the images with GitHub OIDC Token
run: cosign sign --yes ${{ steps.oci_build.outputs.ARTIFACT_REPO_DIGEST }}
Expand Down

0 comments on commit ee6f7f4

Please sign in to comment.