Running CI via workflow_dispatch on a branch whose name contains a / (e.g. dev/my-branch) produces
a manifest.yaml that references an image tag that doesn't actually exist in the registry.
The IMAGE_VERSION produced as part of publish and manifest-internal tasks should properly sanitize
GITHUB_REF_NAME both when running via pull_request and via workflow_dispatch,
Running CI via workflow_dispatch on a branch whose name contains a
/(e.g.dev/my-branch) producesa
manifest.yamlthat references an image tag that doesn't actually exist in the registry.The
IMAGE_VERSIONproduced as part ofpublishandmanifest-internaltasks should properly sanitizeGITHUB_REF_NAMEboth when running viapull_requestand viaworkflow_dispatch,