File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -227,14 +227,14 @@ jobs:
227227 with :
228228 clear-repository : true
229229 fetch-depth : 0 # It MUST BE THE SAME for all dependencies and the job itself
230- - name : Check docker altinity /clickhouse-server building
230+ - name : Check docker altinityinfra /clickhouse-server building
231231 run : |
232232 docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }}
233233 cd "$GITHUB_WORKSPACE/tests/ci"
234234 python3 docker_server.py --release-type head \
235- --image-repo altinity /clickhouse-server --image-path docker/server
235+ --image-repo altinityinfra /clickhouse-server --image-path docker/server
236236 python3 docker_server.py --release-type head \
237- --image-repo altinity /clickhouse-keeper --image-path docker/keeper
237+ --image-repo altinityinfra /clickhouse-keeper --image-path docker/keeper
238238 - name : Cleanup
239239 if : always()
240240 run : |
You can’t perform that action at this time.
0 commit comments