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 5, 2023
1 parent a2a5032 commit 6ed73fe
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 6ed73fe

Please sign in to comment.