Skip to content

Commit

Permalink
Merge pull request yyyar#171 from yyyar/fixing-container-build
Browse files Browse the repository at this point in the history
container build fix
  • Loading branch information
nickdoikov authored Aug 25, 2018
2 parents f5e1f95 + a6b74cd commit 7a4b0e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,10 @@ dist:
fi \
done

build-container-latest: build
build-container-latest: build-static
@echo Building docker container LATEST
docker build -t yyyar/gobetween .

build-container-tagged: build
build-container-tagged: build-static
@echo Building docker container ${VERSION}
docker build -t yyyar/gobetween:${VERSION} .

0 comments on commit 7a4b0e0

Please sign in to comment.