Skip to content

Commit

Permalink
Update pr-check.yaml
Browse files Browse the repository at this point in the history
Fixed podman build path
  • Loading branch information
danivilla9 authored Oct 15, 2024
1 parent 2d3bd2d commit 562f2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
- name: Build OpenShift Local extension from container file
working-directory: ./crc-extension
run: |
podman build -t openshift_local_image ./oci/Containerfile.multistage
podman build -t openshift_local_image . -f ./oci/Containerfile.multistage
CONTAINER_ID_CRC=$(podman create localhost/openshift_local_image --entrypoint "")
podman export $CONTAINER_ID_CRC > /tmp/openshift_local_extension.tar
mkdir -p tests/output/crc-tests-pd/plugins
Expand Down

0 comments on commit 562f2a6

Please sign in to comment.