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:
Ondřej Míchal 2022-01-10 13:00:23 +02:00
parent 05eef2aaa6
commit 5d61a74b1a
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ jobs:
id: build-image
uses: redhat-actions/buildah-build@v2
with:
containerfiles: ./Containerfile
containerfiles: ./images/${{ matrix.pool.dir }}/Containerfile
context: ./images/${{ matrix.pool.dir }}
image: ${{ matrix.pool.image }}
oci: true