versions
All checks were successful
Build & Upload NixOS Proxmox Image / Build NixOS Base Image (push) Successful in 2m2s
Build & Upload NixOS Proxmox Image / Release Image (push) Successful in 6s

This commit is contained in:
plasmagoat 2025-06-09 23:20:20 +02:00
parent d799507b6c
commit 840c1ad956
2 changed files with 2 additions and 32 deletions

View file

@ -104,12 +104,7 @@ jobs:
# Execute the script, passing necessary environment variables
bash scripts/run_ansible_ci.sh
env:
# Provide VMIDs and names, overriding group_vars if desired.
# These will be passed as `--extra-vars` to Ansible.
ANSIBLE_EXTRA_VARS: >-
backup_template_vmid=${{ env.TEMPLATE_VMID | default('9001') }}
latest_template_vmid=${{ env.LATEST_TEMPLATE_VMID | default('9000') }}
version=${{ steps.version.outputs.tag_name }}
IMAGE_VERSION: ${{ steps.version.outputs.tag_name }}
- name: Extract flake metadata
id: meta