Building Heroku-based application using gliderlabs/herokuish docker image... Attempting to pull a previously built image for use with --cache-from... invalid reference format invalid reference format No previously cached image found. The docker build will proceed without using a cached image invalid argument "/lojban:ecdbc43625ccb73f2b8b7dd3ea7262c7549da8e5" for "-t, --tag" flag: invalid reference format See 'docker build --help'. Cleaning up file based variables ERROR: Job failed: exit code 1
$ if [ -z ${KUBERNETES_PORT+x} ]; then # collapsed multi-line command $ export DATABASE_URL="postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${DB_HOST}:5432/${POSTGRES_DB}" $ cp -R . /tmp/app $ /bin/herokuish buildpack test -----> Python app detected Selected buildpack does not support test feature 2021/06/21 01:34:55 exit status 1 Cleaning up file based variables ERROR: Job failed: exit code 1