Skip to content

Commit 998d089

Browse files
committed
fix testuser password in CI image build
1 parent ea3155a commit 998d089

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/fatimage.yml

+2
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)