Remove clang22 image tag
build-ci-image / image (push) Successful in 2m24s

This commit is contained in:
2026-05-02 18:44:48 +03:00
parent 1d3d77e8c9
commit 1ce1dd61da
4 changed files with 22 additions and 33 deletions
-2
View File
@@ -44,10 +44,8 @@ jobs:
--build-arg LLVM_VERSION=22 \
--build-arg MESON_VERSION=latest \
-t "$REGISTRY_IMAGE:latest" \
-t "$REGISTRY_IMAGE:clang22" \
-f ci/Dockerfile .
- name: Push CI image
run: |
docker push "$REGISTRY_IMAGE:latest"
docker push "$REGISTRY_IMAGE:clang22"