Skip to content

Commit

Permalink
Ensure release always uses production image
Browse files Browse the repository at this point in the history
  • Loading branch information
c-w committed Dec 26, 2019
1 parent 8de04d9 commit e86d9cf
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 @@ -103,6 +103,7 @@ verify-build:

release:
for tag in "latest" "$(DOCKER_TAG)"; do ( \
export BUILD_TARGET="runtime"; \
export BUILD_TAG="$$tag"; \
export DOCKER_REPO="$(DOCKER_USERNAME)"; \
docker-compose build && \
Expand Down

0 comments on commit e86d9cf

Please sign in to comment.