Fix build: docker needs -f Containerfile (default is Dockerfile)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
a8756623db
commit
fcdbca3033
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ jobs:
|
|||
- name: Build image (uses host Docker via mounted socket)
|
||||
run: |
|
||||
docker build \
|
||||
-f Containerfile \
|
||||
--build-arg BASE_IMAGE="${{ matrix.base_image }}" \
|
||||
--build-arg BASE_TAG=stable \
|
||||
-t "${IMAGE}:stable" \
|
||||
|
|
|
|||
Loading…
Reference in a new issue