Skip to content

Commit

Permalink
Fix build number
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinmcnair committed Apr 22, 2020
1 parent 2adebff commit 9d3a2c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -5,7 +5,7 @@ QUAY_USERNAME?="unknown"
QUAY_PASSWORD?="unknown"

CIRCLE_BUILD_NUM?="unknown"
VERSION=1.2.2-$(CIRCLE_BUILD_NUM)
VERSION=1.3.3-$(CIRCLE_BUILD_NUM)

IMAGE = quay.io/$(QUAY_REPO)/$(APP_NAME):$(VERSION)

Expand Down

0 comments on commit 9d3a2c5

Please sign in to comment.