We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44c4a59 commit e3769afCopy full SHA for e3769af
.github/workflows/fatimage.yml
@@ -55,7 +55,7 @@ jobs:
55
id: manifest
56
run: |
57
. venv/bin/activate
58
- IMAGE_ID=$(jq --raw-output '.builds[-1].artifact_id' packer-manifest.json)
+ IMAGE_ID=$(jq --raw-output '.builds[-1].artifact_id' packer/packer-manifest.json)
59
while ! openstack image show -f value -c name $IMAGE_ID; do
60
sleep 30
61
done
0 commit comments