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

fixed config file

pull/24/head
Akhil Gupta 5 years ago
parent 26b34b466b
commit 1202502a6c

@ -21,7 +21,7 @@ jobs:
name: Login to DockerHub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Build and push

Loading…
Cancel
Save