Skip to content

Commit dd062fb

Browse files
authored
Merge pull request #335 from stackhpc/fix/image-build
Fix testuser password in CI image build
2 parents ea3155a + 998d089 commit dd062fb

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)