You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 1. Release is performed and then immediately a new commit is pushed to main - will release a production tag with commit hash (instead of semantic version)
# 2. Release is performed right after merging to main - will release a staging tag with semantic version (instead of commit hash)
# 3. Release is performed twice in a row (without pushing a new commit) - will try to release the same docker tag again (and fail)