diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 76d986c..c6d53ea 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,6 +13,11 @@ jobs: - name: Checkout code uses: actions/checkout@v3 + - name: Debug secrets (temporary) + run: | + echo "Username (first 5 chars): ${{ secrets.DOCKER_USERNAME }}" + echo "Password (first 5 chars): ${{ secrets.DOCKER_TOKEN }}" # Or DOCKER_PASSWORD + - name: Login to Docker Hub uses: docker/login-action@v3 with: