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 c1e20f7 commit afaca57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerhub-login.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- name: Debug secrets
run: |
echo "Username: ${secrets.DOCKERHUB_USERNAME}"
echo "Username: ${{ secrets.DOCKERHUB_USERNAME }}"
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit afaca57

Please sign in to comment.