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

This commit is contained in:
BuyMyMojo 2024-12-20 20:35:27 +11:00
parent 07255c57a0
commit 2f0eeecb9e
Signed by: aria
GPG key ID: 19AB7AA462B8AB3B
2 changed files with 2 additions and 0 deletions

View file

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