- Add build notifications back in
- Fix spelling mistake - Add the sha output as part of the build script
This commit is contained in:
parent
361fb33574
commit
07e85324e9
3 changed files with 31 additions and 3 deletions
3
build.sh
3
build.sh
|
@ -1 +1,2 @@
|
|||
docker build -t quay.io/quay/quay:`git rev-parse --short HEAD` .
|
||||
docker build -t quay.io/quay/quay:`git rev-parse --short HEAD` .
|
||||
echo quay.io/quay/quay:`git rev-parse --short HEAD`
|
Reference in a new issue