Skip to content

Commit 1b4a49c

Browse files
committed
Add whitespave for neater pr
1 parent a25ea57 commit 1b4a49c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,5 @@ jobs:
126126
DIGEST: ${{ steps.build-and-push.outputs.digest }}
127127
# This step uses the identity token to provision an ephemeral certificate
128128
# against the sigstore community Fulcio instance.
129-
run: echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}
129+
run: echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}
130+

0 commit comments

Comments
 (0)