We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90e30a3 commit 761645aCopy full SHA for 761645a
.github/workflows/go.yml
@@ -81,11 +81,11 @@ jobs:
81
- name: Set up Docker Buildx
82
uses: docker/setup-buildx-action@v3
83
- name: Login to Docker Hub
84
- if: env.DOCKERHUB_USERNAME != '' && env.DOCKERHUB_PASSWORD != ''
+ if: env.DOCKERHUB_USERNAME != '' && env.DOCKERHUB_TOKEN != ''
85
uses: docker/login-action@v3
86
with:
87
username: ${{ secrets.DOCKERHUB_USERNAME }}
88
- password: ${{ secrets.DOCKERHUB_PASSWORD }}
+ password: ${{ secrets.DOCKERHUB_TOKEN }}
89
- name: Login to GitHub Container Registry
90
91
0 commit comments