Skip to content

Commit

Permalink
push docker images and make them amd only
Browse files Browse the repository at this point in the history
  • Loading branch information
MyroTk committed Jan 23, 2025
1 parent aca0461 commit 582abc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 --no-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 --no-push \
python3 docker_server.py --release-type head push \
--image-repo altinity/clickhouse-keeper --image-path docker/keeper
- name: Cleanup
if: always()
Expand Down
2 changes: 1 addition & 1 deletion tests/ci/docker_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
)

TEMP_PATH = p.join(RUNNER_TEMP, "docker_images_check")
BUCKETS = {"amd64": "package_release", "arm64": "package_aarch64"}
BUCKETS = {"amd64": "package_release"}
git = Git(ignore_no_tags=True)


Expand Down

0 comments on commit 582abc8

Please sign in to comment.