bcgov / ppr-deprecated

deprecated-Personal Property Registry
Apache License 2.0
2 stars 10 forks source link

Building the API image is failing on GitHub Actions #869

Closed jguertin closed 4 years ago

jguertin commented 4 years ago

Recently, the CI workflow for the API started failing. Specifically, the image build command is failing, though it seems to work in other repositories and locally. See https://github.com/bcgov/ppr/runs/536896238?check_suite_focus=true for details.

 docker image build . --tag $IMAGE_ID:$VERSION
  shell: /bin/bash -e {0}
  env:
    IMAGE_ID: ***/***/ppr-api
    VERSION: 36
Sending build context to Docker daemon  326.1kB

Step 1/7 : FROM tiangolo/uvicorn-gunicorn-fastapi:uvicorn-gunicorn-fastapi:python3.7-2020-03-01
invalid reference format
##[error]Process completed with exit code 1.