Skip to content

Commit e3769af

Browse files
committed
fix path to fat image packer manifest
1 parent 44c4a59 commit e3769af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fatimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
id: manifest
5656
run: |
5757
. venv/bin/activate
58-
IMAGE_ID=$(jq --raw-output '.builds[-1].artifact_id' packer-manifest.json)
58+
IMAGE_ID=$(jq --raw-output '.builds[-1].artifact_id' packer/packer-manifest.json)
5959
while ! openstack image show -f value -c name $IMAGE_ID; do
6060
sleep 30
6161
done

0 commit comments

Comments
 (0)