mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-04-29 12:00:13 +00:00
fix(ci): add run-name to workflows for reliable tag extraction
This commit is contained in:
parent
82c249a615
commit
e7a48fca8c
3 changed files with 3 additions and 0 deletions
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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue