Skip to content

Commit 89c76ee

Browse files
committed
try to fix docker build
1 parent bd104bb commit 89c76ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,4 @@ jobs:
109109
env:
110110
TAGS: ${{ steps.meta.outputs.tags }}
111111
DIGEST: ${{ steps.build-and-push.outputs.digest }}
112-
run: echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}}
112+
run: echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}

0 commit comments

Comments
 (0)