Skip to content

Commit

Permalink
update to sign step to sign into dockerhub first
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalerhino authored Oct 19, 2024
1 parent a0d7a7f commit 43fb340
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ jobs:
needs: trivy

steps:
- name: Login to Dockerhub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Install Cosign
uses: sigstore/[email protected]
- name: Sign Container Image
Expand Down

0 comments on commit 43fb340

Please sign in to comment.