We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed21dc4 commit 296ce7eCopy full SHA for 296ce7e
1 file changed
.github/workflows/publish.yml
@@ -28,12 +28,12 @@ jobs:
28
echo "Flags: ${{ steps.buildx.outputs.flags }}"
29
echo "Platforms: ${{ steps.buildx.outputs.platforms }}"
30
31
- - name: Log in to Docker Hub
32
- uses: docker/login-action@v2
33
- with:
34
- username: ${{ secrets.DOCKER_HUB_USERNAME }}
35
- password: ${{ secrets.DOCKER_HUB_TOKEN }}
36
-
+ # - name: Log in to Docker Hub
+ # uses: docker/login-action@v2
+ # with:
+ # username: ${{ secrets.DOCKER_HUB_USERNAME }}
+ # password: ${{ secrets.DOCKER_HUB_TOKEN }}
+ #
37
- name: Log in to GitHub Container registry
38
uses: docker/login-action@v2
39
with:
0 commit comments