From: Cédric Ollivier Date: Wed, 17 Feb 2021 22:55:07 +0000 (+0100) Subject: Add the missing action X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F05%2F72105%2F1;p=functest-xtesting.git Add the missing action Change-Id: I8c88da0ec7924cc517e453d4a8de52bb5bb0275f Signed-off-by: Cédric Ollivier (cherry picked from commit 49504223bc2ca476e63484e98d8b4cdbe299a09d) --- diff --git a/README.md b/README.md index 205b0072..ea17cc76 100644 --- a/README.md +++ b/README.md @@ -195,4 +195,10 @@ Build your container sudo docker build -t 127.0.0.1:5000/weather . ``` +Publish your container on your local repository + +```bash +sudo docker push 127.0.0.1:5000/weather +``` + ### That's all folks!