Skip to content

Commit

Permalink
chore: rename tag build
Browse files Browse the repository at this point in the history
Signed-off-by: thaddeus kuah <[email protected]>
  • Loading branch information
thaddeuskkr authored Aug 27, 2024
1 parent 22044e7 commit fa4409d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-tags.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Build and push Docker image (tags)'
name: 'Build - Docker'

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

0 comments on commit fa4409d

Please sign in to comment.