Skip to content

Commit a29818f

Browse files
author
Aaron Schlesinger
committed
doc(releasing.md): add docker tag & push instructions
1 parent bc99130 commit a29818f

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

src/contributing/releasing.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,13 @@ Amazon S3 |
9090
After everyone has tested and determined that there are no showstopping problems for this release,
9191
it's time to tag each individual Docker image with `$DEIS_RELEASE`.
9292

93-
TODO
93+
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+
```
94100

95101
# Step 5: Update Changelogs
96102

0 commit comments

Comments
 (0)