Skip to content

Commit 73ccc3a

Browse files
committed
ci: remove DockerHub logins
1 parent 3c09385 commit 73ccc3a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/build-and-test.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -149,13 +149,6 @@ jobs:
149149
username: ${{ github.repository_owner }}
150150
password: ${{ github.token }}
151151

152-
- &login_dockerhub
153-
name: Login to DockerHub
154-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
155-
with:
156-
username: ${{ secrets.GPUCIBOT_DOCKERHUB_USER }}
157-
password: ${{ secrets.GPUCIBOT_DOCKERHUB_TOKEN }}
158-
159152
- name: Build and push Velox deps image
160153
id: push
161154
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0

0 commit comments

Comments
 (0)