Create multiple docker tags
When publishing a version, the published docker container should have multiple tags
e.g. published version v1.5.3
-> docker tags latest
, v1.5.3
, v1.5
, v1
When publishing a version, the published docker container should have multiple tags
e.g. published version v1.5.3
-> docker tags latest
, v1.5.3
, v1.5
, v1