Skip to content
Snippets Groups Projects
Unverified Commit 0ea4c31d authored by Dmitriy Safronov's avatar Dmitriy Safronov Committed by GitHub
Browse files

publish sign tags (#37)

parent bc6c7131
No related branches found
No related tags found
No related merge requests found
Pipeline #38627 passed
...@@ -118,4 +118,4 @@ jobs: ...@@ -118,4 +118,4 @@ jobs:
COSIGN_EXPERIMENTAL: "true" COSIGN_EXPERIMENTAL: "true"
# This step uses the identity token to provision an ephemeral certificate # This step uses the identity token to provision an ephemeral certificate
# against the sigstore community Fulcio instance. # against the sigstore community Fulcio instance.
run: echo "${{ steps.meta.outputs.tags }}" | grep -E '^(.+):(.+)-(.+)-(.+)$' | xargs -I {} cosign sign --yes {}@${{ steps.build-and-push.outputs.digest }} run: echo "${{ steps.meta.outputs.tags }}" | grep -E '^(.+):(.+)-(.+)-(.+)$|^(.+):([0-9]+).([0-9]+).([0-9]+)(.+)$' | xargs -I {} cosign sign --yes {}@${{ steps.build-and-push.outputs.digest }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment