Skip to content

Commit 7ee764f

Browse files
authored
doc(release-checklist.md): modify docker tag/push instructions to use new deisrel command (#355)
1 parent 5d3620e commit 7ee764f

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

src/roadmap/release-checklist.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ be in a new directory called `workflow-v2.0.0`.
4040

4141
# Step 1: Cut repo branches and push image tags
4242

43-
Once the release milestone is cleared of tickets in the workflow component repos, the release branches can be cut.
43+
Once the release milestone is cleared of tickets in the workflow component repos, the release branches can be cut.
4444

4545
If only a particular repo is ready, navigate to said repo and:
4646

@@ -159,12 +159,10 @@ When testing shows no further issues and the release chart is ready to ship, mak
159159

160160
It's time to retag each individual Docker image with the 'official' `$WORKFLOW_RELEASE` value in the `deis` [quay.io](https://quay.io/organization/deis) org.
161161

162-
To do so, simply go back to the directory where you checked out the `deis-workflow-group` repo
163-
and run the following two commands to retag the images:
162+
To do so, simply run the following `deisrel` command:
164163

165164
```console
166-
BRANCH="release-$WORKFLOW_RELEASE" make git-checkout-branch
167-
TAG=$WORKFLOW_RELEASE ORG="deis" make docker-tag docker-push
165+
deisrel docker retag $WORKFLOW_RELEASE --new-org="deis -ref release-$WORKFLOW_RELEASE"
168166
```
169167

170168
# Step 7: Update Changelogs

0 commit comments

Comments
 (0)