Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jriguera authored Aug 26, 2020
1 parent 7afe8f7 commit 164810b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 164810b

Please sign in to comment.