Skip to content

Commit 296ce7e

Browse files
committed
Remove Docker hub from the push
1 parent ed21dc4 commit 296ce7e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/publish.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ jobs:
2828
echo "Flags: ${{ steps.buildx.outputs.flags }}"
2929
echo "Platforms: ${{ steps.buildx.outputs.platforms }}"
3030
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-
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+
#
3737
- name: Log in to GitHub Container registry
3838
uses: docker/login-action@v2
3939
with:

0 commit comments

Comments
 (0)