mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
feat: tag the "latest" image on tags deploy
If the image tag being deployed is not `latest`, we'll retag it as such once the deploy is complete. Closes #3355
This commit is contained in:
@@ -65,7 +65,7 @@ dokku/node-js-app v1 936a42f25901 About a minute ago
|
||||
|
||||
### Deploying an image tag
|
||||
|
||||
Finally, you can also deploy a local image using the `tags:deploy` command.
|
||||
Finally, you can also deploy a local image using the `tags:deploy` command. When specifying a tag that is not `latest`, the released image will be retagged as the `latest` image tag for the app.
|
||||
|
||||
```shell
|
||||
dokku tags:deploy node-js-app v1
|
||||
|
||||
Reference in New Issue
Block a user