We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52b48bf commit de1da50Copy full SHA for de1da50
1 file changed
.github/workflows/docker-publish.yml
@@ -251,12 +251,6 @@ jobs:
251
- name: Set up Docker Buildx
252
uses: docker/setup-buildx-action@v3
253
254
- - name: Login to Docker Hub
255
- uses: docker/login-action@v3
256
- with:
257
- username: ${{ secrets.DOCKER_USERNAME }}
258
- password: ${{ secrets.DOCKER_PASSWORD }}
259
-
260
- name: Login to Docker Mirror
261
if: vars.ENABLE_DOCKERHUB_MIRROR == 'true'
262
uses: docker/login-action@v3
0 commit comments