chore: Debug packer validate workflow step #4
Container & Helm chart / Linting (push) Successful in 5s Details
Container & Helm chart / Semantic Release (Dry-run) (push) Successful in 39s Details
Container & Helm chart / Kubernetes Bootstrap Appliance (push) Failing after 19s Details

This commit is contained in:
Danny Bessems 2024-06-05 12:14:46 +10:00
parent 34af03ca99
commit 4dc5a6ed39
1 changed files with 0 additions and 2 deletions

View File

@ -80,12 +80,10 @@ jobs:
run: |
echo ${{ gitea }}
echo ${{ gitea.job }}
echo ${{ gitea.sha:0:10 }}
echo $(openssl rand -hex 3)
packer validate \
-only=vsphere-iso.bootstrap \
-var vm_name=${{ gitea.job }}-${{ gitea.sha:0:10 }}-$(openssl rand -hex 3) \
-var docker_username=${{ secrets.DOCKER_USERNAME }} \
-var docker_password=${{ secrets.DOCKER_PASSWORD }} \
-var repo_username=${{ secrets.REPO_USERNAME }} \