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.
1 parent 50d1b4a commit 1216c9bCopy full SHA for 1216c9b
.github/workflows/release.yml
@@ -69,7 +69,7 @@ jobs:
69
push: true
70
build-args: GO_VERSION=1.23
71
- name: Sign Docker Image
72
- run: cosign sign --yes --key /tmp/cosign.key ${DIGEST}
+ run: cosign sign --yes --key /tmp/cosign.key ${DIGEST} --registry-username="$secrets.DOCKER_USERNAME" --registry-password="::add-mask::$secrets.DOCKER_PASSWORD"
73
env:
74
TAGS: ${{steps.meta.outputs.tags}}
75
COSIGN_PASSWORD: ${{secrets.COSIGN_PASSWORD}}
0 commit comments