From f38076e68a720398822fe8c5280b62ba96adae9b Mon Sep 17 00:00:00 2001 From: Kjuly Date: Wed, 8 May 2024 21:42:27 +0800 Subject: [PATCH] Update compose*.yaml: Add image --- compose-build-site.yaml | 1 + compose.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/compose-build-site.yaml b/compose-build-site.yaml index b1ba5b6..502022c 100644 --- a/compose-build-site.yaml +++ b/compose-build-site.yaml @@ -3,6 +3,7 @@ name: ${APP_NAME} services: jekyll: build: ${SOURCE_DIR} + image: ghcr.io/kjulyx/env-kjuly-com:latest working_dir: ${CONTAINER_WORK_DIR} volumes: - ${VOLUME_SOURCE}:${VOLUME_TARGET} diff --git a/compose.yaml b/compose.yaml index a35d6f1..04656f8 100644 --- a/compose.yaml +++ b/compose.yaml @@ -3,6 +3,7 @@ name: ${APP_NAME} services: jekyll: build: ${SOURCE_DIR} + image: ghcr.io/kjulyx/env-kjuly-com:latest ports: - "8000:${CONTAINER_PORT}" working_dir: ${CONTAINER_WORK_DIR}