Skip to content

Commit

Permalink
Debug DOCKER_USERNAME
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadow243 committed Nov 10, 2024
1 parent b695b85 commit 2dd8783
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/Nightly-Image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

# Debug to check if secrets are accessed
- name: Test DOCKER_USERNAME secret accessibility
run: echo "DOCKER_USERNAME is set to: ${{ secrets.DOCKER_USERNAME }}"
# Log in to Docker Hub
- name: Log in to Docker Hub
uses: docker/login-action@v2
Expand Down

0 comments on commit 2dd8783

Please sign in to comment.