Compare commits

..

3 commits

Author SHA1 Message Date
2da703d938 override tag 2025-06-09 02:22:01 +02:00
36544d0e61 Okay now...
Some checks failed
Build & Upload NixOS Proxmox Image / build-upload (push) Failing after 7s
Build & Upload NixOS Proxmox Image / Build NixOS Base Image (push) Successful in 1m18s
Build & Upload NixOS Proxmox Image / Release Image (push) Failing after 4s
2025-06-09 02:07:11 +02:00
e782b40e51 wow
Some checks failed
Build & Upload NixOS Proxmox Image / build-upload (push) Failing after 8s
Build & Upload NixOS Proxmox Image / Build NixOS Base Image (push) Successful in 1m19s
Build & Upload NixOS Proxmox Image / Release Image (push) Failing after 6s
2025-06-09 02:01:32 +02:00

View file

@ -114,3 +114,28 @@ jobs:
proxmox_host={{ env.PROXMOX_HOST }} proxmox_host={{ env.PROXMOX_HOST }}
proxmox_user={{ env.PROXMOX_USER }} proxmox_user={{ env.PROXMOX_USER }}
remote_image_path_ci={{ steps.build_image.outputs.image_path_from_build }} 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: Download Artifact
# id: artifact
# uses: actions/download-artifact@v3
# with:
# name: nixos-base-image
- name: Create Forgejo Release
uses: https://code.forgejo.org/sheik/forgejo-release@v2.6.0
with:
title: "NixOS Base Image ${{ steps.version.outputs.tag }}"
prerelease: ${{ github.ref_type != 'tag' }}
tag: ${{ steps.version.outputs.tag }}
direction: upload
override: true
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"