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
Copy file name to clipboardexpand all lines: src/sphinx/DetailedTopics/docker.rst
+2
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,8 @@ Publishing Settings
62
62
``dockerRepository``
63
63
The repository to which the image is pushed when the ``docker:publish`` task is run. This should be of the form ``[username]`` (assumes use of the ``index.docker.io`` repository) or ``[repository.host]/[username]``.
64
64
65
+
``dockerUpdateLatest``
66
+
The flag to automatic update the latest tag when the ``docker:publish`` task is run. Default value is ``FALSE``.
0 commit comments