feat: centralize candidate promotion pipelines
Platform CI tests / QuickStack deploy action tests (push) Successful in 27s
Nuvisphere/Platform-CI: Immutable QuickStack OCI deployment / Build once and deploy exact digest (push) Successful in 25s

This commit is contained in:
2026-08-20 11:40:37 +02:00
parent 8f41d273d7
commit a4247d2697
7 changed files with 752 additions and 3 deletions
+5 -1
View File
@@ -2,6 +2,8 @@ name: Immutable QuickStack OCI deployment
on:
push:
branches:
- "**"
pull_request:
workflow_dispatch:
@@ -14,7 +16,8 @@ jobs:
name: Build once and deploy exact digest
runs-on: ubuntu-latest
permissions:
contents: read
contents: write
releases: write
steps:
- name: Checkout consuming repository
uses: actions/checkout@v4
@@ -30,3 +33,4 @@ jobs:
REGISTRY_TOKEN: ${{ secrets.REGISTRY_TOKEN }}
QUICKSTACK_API_TOKEN: ${{ secrets.QUICKSTACK_API_TOKEN }}
QUICKSTACK_BASE_URL: https://server.nuvisphere.de
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}