Skip to content

Commit

Permalink
Fixed pushing docker images of the server
Browse files Browse the repository at this point in the history
Pushing as `altinityinfra/clickhouse-server`
  • Loading branch information
Enmk authored Jan 23, 2025
1 parent d2e6a05 commit d6cf5c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release_branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,14 +227,14 @@ jobs:
with:
clear-repository: true
fetch-depth: 0 # It MUST BE THE SAME for all dependencies and the job itself
- name: Check docker altinity/clickhouse-server building
- name: Check docker altinityinfra/clickhouse-server building
run: |
docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }}
cd "$GITHUB_WORKSPACE/tests/ci"
python3 docker_server.py --release-type head \
--image-repo altinity/clickhouse-server --image-path docker/server
--image-repo altinityinfra/clickhouse-server --image-path docker/server
python3 docker_server.py --release-type head \
--image-repo altinity/clickhouse-keeper --image-path docker/keeper
--image-repo altinityinfra/clickhouse-keeper --image-path docker/keeper
- name: Cleanup
if: always()
run: |
Expand Down

0 comments on commit d6cf5c4

Please sign in to comment.