Skip to content

Commit

Permalink
add login to dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmandourah committed Oct 14, 2024
1 parent 75359fb commit 0ecbfb3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
packages: write

steps:
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ vars.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Checkout repository
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 0ecbfb3

Please sign in to comment.