b3ca520a7a
This doesn't rebuild on subproject changes... this is something that will need fixed.
10 lines
315 B
YAML
10 lines
315 B
YAML
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
|