forogt to split release into non nix
This commit is contained in:
parent
9b1c12bc1e
commit
7057d8fbea
1 changed files with 7 additions and 1 deletions
|
|
@ -103,6 +103,12 @@ 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: |
|
||||
|
|
@ -122,5 +128,5 @@ jobs:
|
|||
release-notes: |
|
||||
This release contains the NixOS base image for Proxmox labeled `${{ steps.version.outputs.tag }}`.
|
||||
|
||||
Image uploaded as template on proxmox filename: `${{ steps.build_image.outputs.image_path_from_build }}`
|
||||
Image uploaded as template on proxmox filename: `${{ needs.build.steps.build_image.outputs.image_path_from_build }}`
|
||||
release-dir: result/nix-support"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue