File tree Expand file tree Collapse file tree 2 files changed +0
-17
lines changed
Expand file tree Collapse file tree 2 files changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -113,13 +113,6 @@ jobs:
113113 username : ${{ github.repository_owner }}
114114 password : ${{ github.token }}
115115
116- - &login_dockerhub
117- name : Login to DockerHub
118- uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
119- with :
120- username : ${{ secrets.GPUCIBOT_DOCKERHUB_USER }}
121- password : ${{ secrets.GPUCIBOT_DOCKERHUB_TOKEN }}
122-
123116 - name : Stage presto-deps build context
124117 run : |
125118 cp -r presto/presto-native-execution presto-deps-context
@@ -169,7 +162,6 @@ jobs:
169162 - *setup_proxy_cache
170163 - *setup_buildx
171164 - *login_ghcr
172- - *login_dockerhub
173165
174166 - name : Build Presto Java package
175167 env :
@@ -253,7 +245,6 @@ jobs:
253245 - *setup_proxy_cache
254246 - *setup_buildx
255247 - *login_ghcr
256- - *login_dockerhub
257248
258249 - &setup_sccache
259250 name : Setup sccache
Original file line number Diff line number Diff line change 8787 username : ${{ github.repository_owner }}
8888 password : ${{ github.token }}
8989
90- - &login_dockerhub
91- name : Login to DockerHub
92- uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
93- with :
94- username : ${{ secrets.GPUCIBOT_DOCKERHUB_USER }}
95- password : ${{ secrets.GPUCIBOT_DOCKERHUB_TOKEN }}
96-
9790 - name : Build and push Velox deps image
9891 id : push
9992 uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
@@ -168,7 +161,6 @@ jobs:
168161 - *setup_proxy_cache
169162 - *setup_buildx
170163 - *login_ghcr
171- - *login_dockerhub
172164
173165 - &setup_sccache
174166 name : Setup sccache
You can’t perform that action at this time.
0 commit comments