fix(Docker Image): output SSR site when in docker

This commit is contained in:
BuyMyMojo 2024-12-20 20:55:43 +11:00
parent 2f0eeecb9e
commit cdf2653993
Signed by: aria
GPG key ID: 19AB7AA462B8AB3B
4 changed files with 158 additions and 18 deletions

View file

@ -14,7 +14,7 @@ env:
REGISTRY: ghcr.io
# github.repository as <account>/<repo>
IMAGE_NAME: ${{ github.repository }}
DOCKER: true
DOCKER_BUILD: true
jobs: