Skip to content

Commit

Permalink
Debug login.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredb96 committed Aug 29, 2024
1 parent f8f41bd commit c1e20f7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/dockerhub-login.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ jobs:
login:
runs-on: ubuntu-latest
steps:
-
name: Login to Docker Hub
- name: Debug secrets
run: |
echo "Username: ${secrets.DOCKERHUB_USERNAME}"
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
Expand Down

0 comments on commit c1e20f7

Please sign in to comment.