Skip to content

Commit ce2afdb

Browse files
committed
remove openstack. prefix from image name
1 parent d6d72ba commit ce2afdb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/fatimage.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
name: Build nightly fat image
2+
name: Build fat image
33
on:
44
workflow_dispatch:
55
schedule:
@@ -65,8 +65,9 @@ jobs:
6565
cd packer/
6666
packer init .
6767
68-
SOURCE_IMAGE_NAME="${{ matrix.build }}-${{ matrix.os_version }}-latest"
69-
IMAGE_NAME="${{ matrix.build }}-${{ matrix.os_version }}-latest"
68+
MATRIX_BUILD="${{ matrix.build }}"
69+
SOURCE_IMAGE_NAME="${MATRIX_BUILD#openstack.}-${{ matrix.os_version }}-latest"
70+
IMAGE_NAME="${MATRIX_BUILD#openstack.}-${{ matrix.os_version }}-latest"
7071
7172
PACKER_CMD="PACKER_LOG=1 packer build \
7273
-on-error=${{ vars.PACKER_ON_ERROR }} \

0 commit comments

Comments
 (0)