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

This commit is contained in:
Danny Bessems 2024-06-05 12:27:01 +10:00
parent e46e5c0802
commit 33cd272d53
1 changed files with 3 additions and 2 deletions

View File

@ -78,8 +78,9 @@ jobs:
- name: Run `packer validate`
id: validate
run: |
echo ${{ gitea }}
echo ${{ gitea.job }}
echo "gitea: ${{ gitea }}"
echo "gitea.refname: ${{ gitea.refname }}"
echo "gitea.job: ${{ gitea.job }}"
packer validate \
-only=vsphere-iso.bootstrap \
-var docker_username=${{ secrets.DOCKER_USERNAME }} \