From 164810b53786a3002de468abeecd482882259b8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Riguera=20Lopez?= <jriguera@gmail.com> Date: Wed, 26 Aug 2020 12:58:56 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 559d3f4..9f1175f 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # ee-snpaas-cli -![Docker Build and Release](https://github.com/springernature/ee-snpaas-cli/workflows/Docker%20Build%20and%20Release/badge.svg) +![Docker build, release and push to DockerHub](https://github.com/springernature/ee-snpaas-cli/workflows/Docker%20build,%20release%20and%20push%20to%20DockerHub/badge.svg) Engineering Enablement SNPaaS client. This repository uses GitHub Actions to build the docker images. To release a new version and push to DockerHub, please use an annotated tag: `git tag -a v3.13 -m "new release"` -and the github actions will do the rest: create a new release and push to DockerHub. +and push with `git push --tags` and the github actions will do the rest: create a new release and push to DockerHub. ## Install