This commit is contained in:
plasmagoat 2025-06-09 02:44:41 +02:00
parent 5761682665
commit 9b1c12bc1e

View file

@ -103,13 +103,6 @@ jobs:
proxmox_user={{ env.PROXMOX_USER }}
remote_image_path_ci={{ steps.build_image.outputs.image_path_from_build }}
release:
name: Release Image
needs: build
runs-on: ubuntu-latest
if: success()
steps:
- name: Set VERSION from tag or fallback
id: version
run: |
@ -128,4 +121,6 @@ jobs:
direction: upload
release-notes: |
This release contains the NixOS base image for Proxmox labeled `${{ steps.version.outputs.tag }}`.
release-dir: "${{ steps.artifact.outputs.download-path }}/nix-support"
Image uploaded as template on proxmox filename: `${{ steps.build_image.outputs.image_path_from_build }}`
release-dir: result/nix-support"