Skip to content

Commit

Permalink
Update sign_image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrOgieBogie committed Aug 1, 2024
1 parent 6055948 commit c40656c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/sign_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Log in to Docker Hub
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login --username ${{ secrets.DOCKER_USERNAME }} --password-stdin

- name: Login to GHCR
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
with:
Expand Down

0 comments on commit c40656c

Please sign in to comment.