Skip to content

Commit

Permalink
set glcoud docker base image
Browse files Browse the repository at this point in the history
  • Loading branch information
DBarthe committed Oct 18, 2018
1 parent fd24142 commit d0ad2bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ under_travis() {
# publish to gcloud registry
gcloud_install
gcloud_auth || return 1
DOCKER_REGISTRY=gcr.io/ REPO_NAME=${GCLOUD_REPO_NAME:-strapdata-docker-registry/elassandra} build_with_retry
DOCKER_REGISTRY=gcr.io/ REPO_NAME=${GCLOUD_REPO_NAME:-strapdata-factory/elassandra} BASE_IMAGE=launcher.gcr.io/google/debian9:latest build_with_retry
}

manual_run() {
Expand Down

0 comments on commit d0ad2bd

Please sign in to comment.