We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 774f8e8 commit 8c47252Copy full SHA for 8c47252
.github/workflows/main.yml
@@ -26,11 +26,6 @@ jobs:
26
-
27
name: Set up Docker Buildx
28
uses: docker/setup-buildx-action@v3
29
- -
30
- name: Print environment variables
31
- run: |
32
- echo "DOCKERHUB_USERNAME=${{ vars.DOCKERHUB_USERNAME }}"
33
- echo "DOCKERHUB_TOKEN=${{ secrets.DOCKERHUB_TOKEN }}"
34
35
name: Login to Docker Hub
36
uses: docker/login-action@v3
0 commit comments