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}