ci: Set full path to Containerfile
The action does not use provided context when looking for a Containerfile[0]. [0] https://github.com/redhat-actions/buildah-build/issues/44 https://github.com/containers/toolbox/pull/981
This commit is contained in:
parent
05eef2aaa6
commit
5d61a74b1a
|
@ -42,7 +42,7 @@ jobs:
|
||||||
id: build-image
|
id: build-image
|
||||||
uses: redhat-actions/buildah-build@v2
|
uses: redhat-actions/buildah-build@v2
|
||||||
with:
|
with:
|
||||||
containerfiles: ./Containerfile
|
containerfiles: ./images/${{ matrix.pool.dir }}/Containerfile
|
||||||
context: ./images/${{ matrix.pool.dir }}
|
context: ./images/${{ matrix.pool.dir }}
|
||||||
image: ${{ matrix.pool.image }}
|
image: ${{ matrix.pool.image }}
|
||||||
oci: true
|
oci: true
|
||||||
|
|
Loading…
Reference in New Issue