Flatten testbed repository layout
build-ci-image / image (push) Successful in 9s

This commit is contained in:
2026-05-02 20:42:12 +03:00
parent 1ce1dd61da
commit 5ae9d0b1e5
10 changed files with 132 additions and 1031 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ name: build-ci-image
on:
push:
paths:
- ci/Dockerfile
- Dockerfile
- .dockerignore
- .gitea/workflows/build-ci-image.yml
workflow_dispatch:
@@ -44,7 +44,7 @@ jobs:
--build-arg LLVM_VERSION=22 \
--build-arg MESON_VERSION=latest \
-t "$REGISTRY_IMAGE:latest" \
-f ci/Dockerfile .
-f Dockerfile .
- name: Push CI image
run: |