Skip to content

Commit df45977

Browse files
authored
Merge branch 'main' into feat/image-lifecycle
2 parents 3484126 + dd062fb commit df45977

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/fatimage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
cd packer/
4949
packer init .
5050
PACKER_LOG=1 packer build -only openstack.openhpc -on-error=${{ vars.PACKER_ON_ERROR }} -var-file=$PKR_VAR_environment_root/${{ vars.CI_CLOUD }}.pkrvars.hcl openstack.pkr.hcl
51+
env:
52+
TESTUSER_PASSWORD: ${{ secrets.TEST_USER_PASSWORD }}
5153

5254
- name: Get created image name from manifest
5355
id: manifest

0 commit comments

Comments
 (0)