This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user