Skip to content

Commit 468f0ba

Browse files
committed
remove publish to Dockerhub
1 parent 3148233 commit 468f0ba

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,6 @@ jobs:
138138
with: { name: python-distribution-files, path: dist/ }
139139
- uses: docker/setup-qemu-action@v2
140140
- uses: docker/setup-buildx-action@v2
141-
- uses: docker/login-action@v2
142-
with:
143-
username: ${{ secrets.DOCKER_USERNAME }}
144-
password: ${{ secrets.DOCKER_PASSWORD }}
145141
- uses: docker/login-action@v2
146142
with:
147143
registry: ghcr.io

0 commit comments

Comments
 (0)