We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22044e7 commit fa4409dCopy full SHA for fa4409d
.github/workflows/build-tags.yml
@@ -1,4 +1,4 @@
1
-name: 'Build and push Docker image (tags)'
+name: 'Build - Docker'
2
3
on:
4
workflow_dispatch:
@@ -70,4 +70,4 @@ jobs:
70
DIGEST: ${{ steps.build-and-push.outputs.digest }}
71
# This step uses the identity token to provision an ephemeral certificate
72
# against the sigstore community Fulcio instance.
73
- run: echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}
+ run: echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}
0 commit comments