Compare commits
No commits in common. "2da703d938f9ca74b4e94c0800b4f56570bf05d1" and "702f9cd8ead2acc56c9ce18441796e9092fb55d1" have entirely different histories.
2da703d938
...
702f9cd8ea
1 changed files with 0 additions and 25 deletions
|
|
@ -114,28 +114,3 @@ 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"
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue