forge
forge copied to clipboard
Control over the image tagging in forge
Hi ,
i need to control the imageing/tagging in forge, Like i need the tag only as QA.latest in the docker image that i push to the ecr , If you can just help me out with this , It would be great
We have similar requirement. We want to create tag with commit date + short hash.
Google Skaffold has the feature called TagPolicy. User can define environment variable before invoke skafford and use template tag policy to refer to the environment variable.
It is great if Forge has similar feature.