Skip to content

Commit

Permalink
test release
Browse files Browse the repository at this point in the history
  • Loading branch information
fqjony committed Dec 5, 2024
1 parent 6419deb commit 61eb0ed
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ jobs:
run: |
echo "IMAGE_DIGEST=${{ steps.docker_push.outputs.digest }}" >> $GITHUB_ENV
- name: Install Cosign
uses: sigstore/[email protected]

- name: Sign Docker Image with Cosign
env:
COSIGN_PRIVATE_KEY: ${{ secrets.COSIGN_PRIVATE_KEY }}
Expand All @@ -70,7 +73,7 @@ jobs:
- name: Verify Cosign Signature
run: |
cosign verify \
usabilitydynamics/udx-worker@${IMAGE_DIGEST}
usabilitydynamics/udx-worker@${IMAGE_DIGEST}
- name: Install Trivy
run: |
Expand Down

0 comments on commit 61eb0ed

Please sign in to comment.