Skip to content

Commit

Permalink
Update dockerimage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasleplus authored Mar 20, 2024
1 parent bdbb841 commit a4343e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
if: github.ref == 'refs/heads/main'
uses: sigstore/cosign-installer@v3
with:
cosign-release: 'v2.1.1'
cosign-release: v2.1.1
- uses: docker/setup-qemu-action@v3
- uses: docker/setup-buildx-action@v3
- uses: docker/metadata-action@v5
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
env:
TAGS: ${{ steps.meta.outputs.tags }}
DIGEST: ${{ steps.build-and-push.outputs.digest }}
run: \echo "${TAGS}" | \xargs -I {} cosign sign --yes {}@${DIGEST} \
run: \echo "${TAGS}" | \xargs -I {} cosign sign --yes "{}@${DIGEST}" \
-a "workflow=${{ github.workflow }}" \
-a "repo=${{ github.repository }}" \
-a "branch=${{ github.ref_name }}" \
Expand Down

0 comments on commit a4343e5

Please sign in to comment.