Skip to content

Commit fa4409d

Browse files
authored
chore: rename tag build
Signed-off-by: thaddeus kuah <[email protected]>
1 parent 22044e7 commit fa4409d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-tags.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Build and push Docker image (tags)'
1+
name: 'Build - Docker'
22

33
on:
44
workflow_dispatch:
@@ -70,4 +70,4 @@ jobs:
7070
DIGEST: ${{ steps.build-and-push.outputs.digest }}
7171
# This step uses the identity token to provision an ephemeral certificate
7272
# against the sigstore community Fulcio instance.
73-
run: echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}
73+
run: echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}

0 commit comments

Comments
 (0)