diff --git a/.github/workflows/image-factory.yaml b/.github/workflows/image-factory.yaml index 4e91014d9..42dc93612 100644 --- a/.github/workflows/image-factory.yaml +++ b/.github/workflows/image-factory.yaml @@ -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