Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Dummy Frontend
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Examples
Javascript
Dummy Frontend
Commits
0ea4c31d
Unverified
Commit
0ea4c31d
authored
1 year ago
by
Dmitriy Safronov
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
publish sign tags (#37)
Signed-off-by:
Dmitriy Safronov
<
zimniy@cyberbrain.pw
>
parent
bc6c7131
No related branches found
No related tags found
No related merge requests found
Pipeline
#38627
passed
1 year ago
Stage: build
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/docker-publish.yml
+1
-1
1 addition, 1 deletion
.github/workflows/docker-publish.yml
with
1 addition
and
1 deletion
.github/workflows/docker-publish.yml
+
1
−
1
View file @
0ea4c31d
...
@@ -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 }}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment