Skip to content

Commit 987cc8c

Browse files
committed
typo fix
1 parent 582abc8 commit 987cc8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release_branches.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,9 +230,9 @@ jobs:
230230
- name: Check docker altinity/clickhouse-server building
231231
run: |
232232
cd "$GITHUB_WORKSPACE/tests/ci"
233-
python3 docker_server.py --release-type head push \
233+
python3 docker_server.py --release-type head --push \
234234
--image-repo altinity/clickhouse-server --image-path docker/server
235-
python3 docker_server.py --release-type head push \
235+
python3 docker_server.py --release-type head --push \
236236
--image-repo altinity/clickhouse-keeper --image-path docker/keeper
237237
- name: Cleanup
238238
if: always()

0 commit comments

Comments
 (0)