Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
  • Loading branch information
kfox1111 committed Jan 17, 2025
1 parent 962321b commit 72fae29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ jobs:
--rootfs xfs \
--local \
ghcr.io/kfox1111/bootc-layers:kubevirt-${{github.ref_name}}-$(uname -i)
docker build -t ghcr.io/kfox1111/bootc-layers:kubevirt-ci-${{github.ref_name}}-$(uname -i) -f Dockerfile.ci output/
docker build -t ghcr.io/kfox1111/bootc-layers:kubevirt-ci-${{github.ref_name}}-$(uname -i) -f ../Dockerfile.ci output/
docker push ghcr.io/kfox1111/bootc-layers:kubevirt-ci-${{github.ref_name}}-$(uname -i)

0 comments on commit 72fae29

Please sign in to comment.