cleanup
This commit is contained in:
parent
5761682665
commit
9b1c12bc1e
1 changed files with 3 additions and 8 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue