fix(ci): add run-name to workflows for reliable tag extraction

This commit is contained in:
rcourtman
2025-12-24 09:41:21 +00:00
parent 82c249a615
commit e7a48fca8c
3 changed files with 3 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
name: Release Helm Chart to GitHub Pages
run-name: Release Helm Chart ${{ inputs.chart_version }}
# Triggered automatically when publish-docker.yml completes, or manually
# We wait for Docker publish because the smoke test pulls the Docker image

View File

@@ -1,4 +1,5 @@
name: Promote Floating Tags
run-name: Promote Floating Tags ${{ inputs.tag }}
# Triggered automatically when publish-docker.yml completes, or manually
on:

View File

@@ -1,4 +1,5 @@
name: Publish Docker Images
run-name: Publish Docker Images ${{ inputs.tag }}
# Triggered by create-release.yml after staging images pass tests.
# Builds multi-arch images (amd64+arm64) from source and publishes to Docker Hub and GHCR.