Describe the current behavior
If you have two releases A and B that point to the same commit (rerelease without change)
trigger a patch workflow with release-version = B
the github tag and dockhub tag for this patched A.1
because unlike other workflows which always have a commit to set the version (like mvn or npm), dockerimage and sources don't.
Describe the expected behavior
trigger a patch workflow with release-version = B
the github tag and dockhub tag for this patched B.1
Describe the steps
No response
Environment
No response
Relevant Log Output
No response
Extra Information
No response