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

enable caching on all docker builds.

pull/243/head
Jason Kulatunga 3 years ago
parent 2660af7ce3
commit 3d7d276236

@ -56,6 +56,8 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
web:
runs-on: ubuntu-latest
@ -147,3 +149,5 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
Loading…
Cancel
Save