Skip to content

Commit

Permalink
Fix pushing minor version tags (#516)
Browse files Browse the repository at this point in the history
Signed-off-by: liz <[email protected]>
  • Loading branch information
liztio authored and timothysc committed Jul 30, 2018
1 parent 079b272 commit 208bea3
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 @@ -147,6 +147,7 @@ push: pre container
if git describe --tags --exact-match >/dev/null 2>&1; \
then \
$(MAKE) push_manifest VERSION=$(IMAGE_VERSION) TARGET="sonobuoy"; \
$(MAKE) push_manifest VERSION=$(IMAGE_TAG) TARGET="sonobuoy"; \
$(MAKE) push_manifest VERSION=latest TARGET="sonobuoy"; \
fi

Expand Down

0 comments on commit 208bea3

Please sign in to comment.