File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
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 }}
You can’t perform that action at this time.
0 commit comments