mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-04-28 19:41:17 +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/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