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: 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.