Skip to content

Commit

Permalink
Stable tag from version json
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kus committed Dec 18, 2020
1 parent 60a536a commit 9c9575c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,13 @@ images:
docker-compose build

stable-images:
TAG=$$(cat version.json | grep version | awk -F\" '{ print $$4 }' | cut -d '.' -f1-2) && docker-compose build
TAG=$$(cat version.json | grep version | awk -F\" '{ print $$4 }' | cut -d '.' -f1-2) docker-compose build

stable-pull:
TAG=$$(cat version.json | grep version | awk -F\" '{ print $$4 }' | cut -d '.' -f1-2) && docker-compose pull
TAG=$$(cat version.json | grep version | awk -F\" '{ print $$4 }' | cut -d '.' -f1-2) docker-compose pull

stable:
TAG=$$(cat version.json | grep version | awk -F\" '{ print $$4 }' | cut -d '.' -f1-2) && docker-compose up -d
TAG=$$(cat version.json | grep version | awk -F\" '{ print $$4 }' | cut -d '.' -f1-2) docker-compose up -d

latest:
docker-compose up -d
Expand Down

0 comments on commit 9c9575c

Please sign in to comment.