Skip to content

Commit

Permalink
Update docker-build-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasleplus committed Feb 27, 2025
1 parent 194175b commit d247d5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,10 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
- name: Install cosign
if: github.ref == 'refs/heads/main'
uses: sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v3.8.1
- name: Sign the Docker image
if: github.ref == 'refs/heads/main'
working-directory: ${{ env.IMAGE }}
env:
DIGEST: ${{ steps.build.outputs.digest }}
Expand Down

0 comments on commit d247d5d

Please sign in to comment.