Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MyroTk committed Jan 23, 2025
1 parent 582abc8 commit 987cc8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,9 +230,9 @@ jobs:
- name: Check docker altinity/clickhouse-server building
run: |
cd "$GITHUB_WORKSPACE/tests/ci"
python3 docker_server.py --release-type head push \
python3 docker_server.py --release-type head --push \
--image-repo altinity/clickhouse-server --image-path docker/server
python3 docker_server.py --release-type head push \
python3 docker_server.py --release-type head --push \
--image-repo altinity/clickhouse-keeper --image-path docker/keeper
- name: Cleanup
if: always()
Expand Down

0 comments on commit 987cc8c

Please sign in to comment.