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 d6d72ba commit ce2afdbCopy full SHA for ce2afdb
.github/workflows/fatimage.yml
@@ -1,5 +1,5 @@
1
2
-name: Build nightly fat image
+name: Build fat image
3
on:
4
workflow_dispatch:
5
schedule:
@@ -65,8 +65,9 @@ jobs:
65
cd packer/
66
packer init .
67
68
- SOURCE_IMAGE_NAME="${{ matrix.build }}-${{ matrix.os_version }}-latest"
69
- IMAGE_NAME="${{ matrix.build }}-${{ matrix.os_version }}-latest"
+ MATRIX_BUILD="${{ matrix.build }}"
+ SOURCE_IMAGE_NAME="${MATRIX_BUILD#openstack.}-${{ matrix.os_version }}-latest"
70
+ IMAGE_NAME="${MATRIX_BUILD#openstack.}-${{ matrix.os_version }}-latest"
71
72
PACKER_CMD="PACKER_LOG=1 packer build \
73
-on-error=${{ vars.PACKER_ON_ERROR }} \
0 commit comments