This commit is contained in:
Bertrand Gouny 2017-07-19 22:09:17 +02:00
parent f189b038b4
commit cf35967b51
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ push:
push-latest:
docker push $(NAME):latest
release: build test tag_latest push push_latest
release: build test tag-latest push push-latest
git-tag-version: release
git tag -a v$(VERSION) -m "v$(VERSION)"