Skip to content

Commit 582abc8

Browse files
committed
push docker images and make them amd only
1 parent aca0461 commit 582abc8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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 --no-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 --no-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()

tests/ci/docker_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
)
3232

3333
TEMP_PATH = p.join(RUNNER_TEMP, "docker_images_check")
34-
BUCKETS = {"amd64": "package_release", "arm64": "package_aarch64"}
34+
BUCKETS = {"amd64": "package_release"}
3535
git = Git(ignore_no_tags=True)
3636

3737

0 commit comments

Comments
 (0)