Skip to content

Commit

Permalink
Update action example for keyless signing as xarg is not required (#132)
Browse files Browse the repository at this point in the history
Fixes #131

Signed-off-by: jbtrystram <jbtrystram@redhat.com>
  • Loading branch information
jbtrystram committed Jun 6, 2023
1 parent 1b9f7b6 commit 60bbdf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -140,7 +140,7 @@ jobs:
env:
DIGEST: ${{ steps.build-and-push.outputs.digest }}
TAGS: ${{ steps.docker_meta.outputs.tags }}
run: echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST}
run: cosign sign --yes ${TAGS}@${DIGEST}
```

### Optional Inputs
Expand Down

0 comments on commit 60bbdf4

Please sign in to comment.