Testing available runner images for Free/OpenSource Plan.

This commit is contained in:
Patrick Lehmann
2025-08-21 18:57:18 +02:00
parent 0f66b32418
commit b4d45277d1
3 changed files with 46 additions and 9 deletions

View File

@@ -42,7 +42,7 @@ jobs:
retention-days: 1
NightlyPage:
uses: ./.github/workflows/NightlyRelease.yml
uses: ./.github/workflows/PublishReleaseNotes.yml
needs:
- Build
permissions:
@@ -55,8 +55,8 @@ jobs:
version=4.2.0
tool=myTool
prog=program
nightly_title: "Nightly Test Release"
nightly_description: |
title: "Nightly Test Release"
description: |
This *nightly* release contains all latest and important artifacts created by %tool%'s CI pipeline.
# %tool% %version%
@@ -79,7 +79,7 @@ jobs:
secrets: inherit
NightlyPageWithInventory:
uses: ./.github/workflows/NightlyRelease.yml
uses: ./.github/workflows/PublishReleaseNotes.yml
needs:
- Build
permissions:
@@ -91,15 +91,15 @@ jobs:
version=4.2.0
tool=myTool
prog=program
nightly_name: inventory
nightly_title: "Nightly Test Release with Inventory"
nightly_description: |
tag: inventory
title: "Nightly Test Release with Inventory"
description: |
This *nightly* release contains all latest and important artifacts created by %tool%'s CI pipeline.
# %tool% %version%
* %prog%
* iventory.json
* inventory.json
inventory-json: "inventory.json"
inventory-version: 4.2.5
inventory-categories: "kind1,kind2"