We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc99130 commit a29818fCopy full SHA for a29818f
1 file changed
src/contributing/releasing.md
@@ -90,7 +90,13 @@ Amazon S3 |
90
After everyone has tested and determined that there are no showstopping problems for this release,
91
it's time to tag each individual Docker image with `$DEIS_RELEASE`.
92
93
-TODO
+To do so, simply go back to the directory where you checked out the `deis-workflow-group` repo
94
+and run the following two commands to tag and push updated docker images:
95
+
96
+```console
97
+TAG=$DEIS_RELEASE make docker-tag
98
+make docker-push
99
+```
100
101
# Step 5: Update Changelogs
102
0 commit comments