Skip to content

Commit

Permalink
Add step to login to docker hub
Browse files Browse the repository at this point in the history
  • Loading branch information
RieBi authored Jul 28, 2024
1 parent f323ed1 commit 1685e2d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,10 @@ jobs:
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3


-
name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASS }}

0 comments on commit 1685e2d

Please sign in to comment.