From 3be967076ffc4e83749bc41d765505002bd18354 Mon Sep 17 00:00:00 2001 From: Aloys Baillet Date: Sat, 1 Aug 2020 14:26:54 +1000 Subject: [PATCH] Added example of custom docker org and release message Signed-off-by: Aloys Baillet --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 04163e9d..a685475e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -325,7 +325,7 @@ aswfdocker release -n aswftesting/ci-base:2021 ``` or for a whole group of images: ```bash -aswfdocker release -t PACKAGE -g base1 -v 2018 +aswfdocker release -t PACKAGE -g base1 -v 2018 --docker-org aswftesting -m "Testing release" ``` ### Adding a new `ci` image