We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 635a70f commit 70ac9aeCopy full SHA for 70ac9ae
.github/workflows/change-file-build-new-actions-vm.yml
@@ -44,9 +44,6 @@ jobs:
44
packer plugins install github.com/hashicorp/oracle
45
packer plugins install github.com/hashicorp/qemu
46
packer plugins install github.com/hashicorp/azure
47
- packer version
48
- packer plugins installed
49
- tree ~/.config/packer/plugins
50
51
- name: Install OCI CLI
52
env:
@@ -73,6 +70,7 @@ jobs:
73
70
run: |
74
71
export PATH=$PATH:$HOME/bin && \
75
72
cd ci/gha-runner-vm && \
+ export PACKER_PLUGIN_PATH=/home/ubuntu/.config/packer/plugins && \
76
PACKER_LOG=1 go run main.go \
77
--isoURL https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img \
78
--arch amd64
0 commit comments