Skip to content

Commit d6cf5c4

Browse files
authored
Fixed pushing docker images of the server
Pushing as `altinityinfra/clickhouse-server`
1 parent d2e6a05 commit d6cf5c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release_branches.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)