Lets try to automate this build a bit
This doesn't rebuild on subproject changes... this is something that will need fixed.
This commit is contained in:
parent
e23ffc48ae
commit
b3ca520a7a
1 changed files with 10 additions and 0 deletions
10
.gitlab-ci.yml
Normal file
10
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
build_image:
|
||||
image: docker:git
|
||||
services:
|
||||
- docker:dind
|
||||
script:
|
||||
- docker build -f docker/Dockerfile -t asia.gcr.io/linuxconfsydney/symposion_app .
|
||||
- docker login -u _json_key -p "$GOOGLE_KEY" https://asia.gcr.io
|
||||
- docker push asia.gcr.io/linuxconfsydney/symposion_app:latest
|
||||
only:
|
||||
- master
|
Loading…
Reference in a new issue