FIX: I put the secrets in the wrong place
This commit is contained in:
parent
27c39efee3
commit
c2da7ee06b
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
- name: Debug secrets (temporary)
|
||||
run: |
|
||||
echo "Username (first 5 chars): ${{ secrets.DOCKER_USERNAME }}"
|
||||
echo "Password (first 5 chars): ${{ secrets.DOCKER_TOKEN }}" # Or DOCKER_PASSWORD
|
||||
echo "Password (first 5 chars): ${{ secrets.DOCKER_TOKEN }}"
|
||||
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v3
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user