Skip to content

Commit

Permalink
fix: containerfile directory in build action
Browse files Browse the repository at this point in the history
  • Loading branch information
xynydev committed Mar 27, 2024
1 parent e1ef0e2 commit e60e34c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
id: build_image
uses: redhat-actions/buildah-build@v2
with:
containerfiles: "./containerfiles/${{ matrix.containerfile }}"
containerfiles: "${{ matrix.containerfile }}"
image: ${{ env.IMAGE_NAME }}
tags: |
${{ steps.generate-tags.outputs.alias_tags }}
Expand Down

0 comments on commit e60e34c

Please sign in to comment.