We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0e1c00 commit 7ef466aCopy full SHA for 7ef466a
.github/workflows/main.yml
@@ -30,7 +30,7 @@ jobs:
30
name: Print environment variables
31
run: |
32
echo "DOCKERHUB_USERNAME=${{ env.DOCKERHUB_USERNAME }}"
33
- echo "DOCKERHUB_TOKEN=${{ env.DOCKERHUB_TOKEN }}"
+ echo "DOCKERHUB_TOKEN=${{ secrets.DOCKERHUB_TOKEN }}"
34
-
35
name: Login to Docker Hub
36
uses: docker/login-action@v3
0 commit comments