File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 5050 run : gcloud auth configure-docker --quiet
5151 - name : container
5252 run : echo -n "${{secrets.COSIGN_PASSWORD}}" | KO_PREFIX=gcr.io/projectsigstore/cosign/ci make sign-container
53+ - name : cosigned
54+ run : echo -n "${{secrets.COSIGN_PASSWORD}}" | KO_PREFIX=gcr.io/projectsigstore/cosign/ci make sign-cosigned
Original file line number Diff line number Diff line change @@ -102,6 +102,9 @@ ko-local:
102102.PHONY : sign-container
103103sign-container : ko
104104 cosign sign -key .github/workflows/cosign.key -a GIT_HASH=$(GIT_HASH ) ${KO_PREFIX} /cosign:$(GIT_HASH )
105+
106+ .PHONY : sign-cosigned
107+ sign-cosigned :
105108 cosign sign -key .github/workflows/cosign.key -a GIT_HASH=$(GIT_HASH ) ${KO_PREFIX} /cosigned:$(GIT_HASH )
106109
107110# used when releasing together with GCP CloudBuild
You can’t perform that action at this time.
0 commit comments