give braid a dedicated docker repo
This commit is contained in:
6
build
6
build
@ -1,8 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
SHA=$(git rev-parse --short=7 HEAD)
|
||||
docker build -t yardstick/micro-services:braid-$SHA .
|
||||
docker push yardstick/micro-services:braid-$SHA
|
||||
docker build -t yardstick/braid-$SHA .
|
||||
docker push yardstick/braid-$SHA
|
||||
|
||||
echo "Your new docker tag: yardstick/micro-services:braid-$SHA"
|
||||
echo "Your new docker tag: yardstick/braid-$SHA"
|
||||
|
||||
|
Reference in New Issue
Block a user