kamal icon indicating copy to clipboard operation
kamal copied to clipboard

Allow setting of Docker image tag when deploying without building

Open petromir opened this issue 1 year ago • 1 comments

Hi, thanks for the great tool!

I'm trying to deploy an app without building the Docker image (I already have it), by running:

kamal deploy --skip-push

Unfortunately, I'm unable to set the Docker image tag (a custom one, e.g. 1.2.3) as Kamal always takes the full commit SHA

petromir avatar Sep 29 '24 20:09 petromir

kamal deploy --skip-push --version=1.2.3

solved the issue

petromir avatar Sep 30 '24 19:09 petromir