From a840cb63ec7f8ce8786989f791aa45b4b3f287fe Mon Sep 17 00:00:00 2001 From: Andrei Jiroh Halili <ajhalili2006@andreijiroh.xyz> Date: Mon, 3 Jun 2024 02:57:21 +0800 Subject: [PATCH] ci(gitlab-ci): :construction_worker: use GHCR mirror of build image for mkdocs-material Also updated some VS Code workspace configs for the repo Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.xyz> --- .gitlab-ci.yml | 2 +- .vscode/settings.json | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6c8789a..24c43d2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ # The Docker image that will be used to build your app image: - name: quay.io/ajhalili2006/mkdocs-material-build-ci:latest + name: ghcr.io/ajhalili2006/website/build-ci:latest stages: - test diff --git a/.vscode/settings.json b/.vscode/settings.json index 4764ff3..de873a2 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -14,7 +14,11 @@ "mkdocs", "pipenv", "stylesheets", - "announcement" + "announcement", + "daily-notes", + "changelog", + "multiverse", + "legal" ], "conventionalCommits.autoCommit": false, "git.alwaysSignOff": true, -- GitLab