Skip to content

Commit 60bbdf4

Browse files
authored
Update action example for keyless signing as xarg is not required (#132)
Fixes #131 Signed-off-by: jbtrystram <[email protected]>
1 parent 1b9f7b6 commit 60bbdf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
env:
141141
DIGEST: ${{ steps.build-and-push.outputs.digest }}
142142
TAGS: ${{ steps.docker_meta.outputs.tags }}
143-
run: echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}
143+
run: cosign sign --yes ${TAGS}@${DIGEST}
144144
```
145145

146146
### Optional Inputs

0 commit comments

Comments
 (0)