Skip to content

Commit

Permalink
add latest
Browse files Browse the repository at this point in the history
  • Loading branch information
kamaev committed Mar 28, 2019
1 parent 8b7966e commit eb5ddf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,5 @@ docker_release_images:
for service in "filter" "notifier" "api" "checker" ; do \
docker build --build-arg MoiraVersion=${VERSION_RELEASE} --build-arg GO_VERSION=${GO_VERSION} --build-arg GIT_COMMIT=${GIT_HASH} -f Dockerfile.$$service -t moira/$$service:${VERSION_RELEASE} -t moira/$$service:latest . ; \
docker push moira/$$service:${VERSION_RELEASE} ; \
docker push moira/$$service:latest ; \
done

0 comments on commit eb5ddf6

Please sign in to comment.