Skip to content

Commit

Permalink
ci: Set full path to Containerfile
Browse files Browse the repository at this point in the history
The action does not use provided context when looking for a
Containerfile[0].

[0] redhat-actions/buildah-build#44

containers#981
  • Loading branch information
HarryMichal committed Jan 10, 2022
1 parent a0944a9 commit 05fdfc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image-factory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 05fdfc5

Please sign in to comment.