Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/scrutiny/commit/0c1cf91a90aca35a34722166d62918508b9fb76c You should set ROOT_URL correctly, otherwise the web may not work correctly.

forgot to checkout.

pull/1/head
Jason Kulatunga 4 years ago
parent 82e422c3e0
commit 0c1cf91a90

@ -40,6 +40,8 @@ jobs:
runs-on: ubuntu-latest
container: docker:19.03.2
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build Docker
run: |
docker build -t analogj/scrutiny .

Loading…
Cancel
Save