Skip to content

Commit

Permalink
chore: rename push 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 fa4409d commit 79874ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Build and push Docker image (main)'
name: 'Build - Docker (main)'

on:
workflow_dispatch:
Expand Down Expand Up @@ -71,4 +71,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 79874ac

Please sign in to comment.