Skip to content

Commit 37f33c0

Browse files
committed
update mount
1 parent a87ad56 commit 37f33c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-openstack-capi-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: |
6262
docker run --device=/dev/kvm -i --rm \
6363
-e PACKER_VAR_FILES=/tmp/host/kubernetes.json -e PACKER_LOG -e PACKER_GITHUB_API_TOKEN=${{ secrets.GITHUB_TOKEN }} \
64-
-v ${{ github.workspace }}/images/capi:/tmp/host -v /tmp/output:/home/imagebuilder/output \
64+
-v ${{ github.workspace }}/images/capi:/tmp/host -v ${{ github.workspace }}/output:/home/imagebuilder/output \
6565
${{ env.docker_image }} build-qemu-ubuntu-2404-efi
6666
env:
6767
PACKER_LOG: 1
@@ -70,4 +70,4 @@ jobs:
7070
uses: actions/upload-artifact@v4
7171
with:
7272
name: ubuntu-2404-efi-kube-${{ env.version }}-ck8s-capi-${{ env.tag }}
73-
path: ./images/capi/output/ubuntu-2404-efi-kube-${{ env.version }}-ck8s-capi-${{ env.tag }}
73+
path: ${{ github.workspace }}/output/ubuntu-2404-efi-kube-${{ env.version }}-ck8s-capi-${{ env.tag }}

0 commit comments

Comments
 (0)