Skip to content
This repository has been archived by the owner on Jul 6, 2022. It is now read-only.

Commit

Permalink
adding missing docker pushes to release process
Browse files Browse the repository at this point in the history
  • Loading branch information
krancour committed Dec 20, 2017
1 parent 81461a5 commit 2a8f93c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,8 @@ endif
docker pull $(RC_IMAGE_NAME)
docker tag $(RC_IMAGE_NAME) $(REL_IMAGE_NAME)
docker tag $(RC_IMAGE_NAME) $(REL_MUTABLE_IMAGE_NAME)
docker push $(REL_IMAGE_NAME)
docker push $(REL_MUTABLE_IMAGE_NAME)

# ---------------------------------------------------------------------------- #
# contrib/ #
Expand Down

0 comments on commit 2a8f93c

Please sign in to comment.