Skip to content

Commit 43fb340

Browse files
authored
update to sign step to sign into dockerhub first
1 parent a0d7a7f commit 43fb340

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ jobs:
7979
needs: trivy
8080

8181
steps:
82+
- name: Login to Dockerhub
83+
uses: docker/login-action@v2
84+
with:
85+
username: ${{ secrets.DOCKER_USERNAME }}
86+
password: ${{ secrets.DOCKER_PASSWORD }}
8287
- name: Install Cosign
8388
uses: sigstore/[email protected]
8489
- name: Sign Container Image

0 commit comments

Comments
 (0)