We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c09385 commit 73ccc3aCopy full SHA for 73ccc3a
.github/workflows/build-and-test.yml
@@ -149,13 +149,6 @@ jobs:
149
username: ${{ github.repository_owner }}
150
password: ${{ github.token }}
151
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
-
159
- name: Build and push Velox deps image
160
id: push
161
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
0 commit comments