Skip to content

Commit

Permalink
Add Dockerhub login
Browse files Browse the repository at this point in the history
  • Loading branch information
almahmoud authored Jul 18, 2024
1 parent 3d40142 commit 5660545
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,13 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Login to GHCR
uses: docker/login-action@v2
with:
registry: docker.io
username: almahmoud
password: ${{ secrets.DOCKERHUB_PASS }}

- name: Deploy
id: deploy
run: |
Expand Down

0 comments on commit 5660545

Please sign in to comment.