mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-02-18 00:17:39 +01:00
fix(ci): add run-name to workflows for reliable tag extraction
This commit is contained in:
1
.github/workflows/helm-pages.yml
vendored
1
.github/workflows/helm-pages.yml
vendored
@@ -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
|
||||
|
||||
1
.github/workflows/promote-floating-tags.yml
vendored
1
.github/workflows/promote-floating-tags.yml
vendored
@@ -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:
|
||||
|
||||
1
.github/workflows/publish-docker.yml
vendored
1
.github/workflows/publish-docker.yml
vendored
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user