From 640e419ab1703b42168e0a49e62c73cbf32cd8f4 Mon Sep 17 00:00:00 2001 From: Andrei Jiroh Halili Date: Wed, 18 Oct 2023 23:40:47 +0800 Subject: [PATCH] Use latest image build instead of nightly one Signed-off-by: Andrei Jiroh Halili --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6547403..8cb3a1e 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:nightly +image: + name: quay.io/ajhalili2006/mkdocs-material-build-ci:latest stages: - test @@ -57,4 +57,4 @@ sync-branch: ssh-add /run/secrets/passwordless git push "git@github.com:ajhalili2006/ajhalili2006.github.io" --mirror || true git push "git@git.sr.ht:~ajhalili2006/web" --mirror || true - git push "git@codeberg.org:ajhalili2006/website" --mirror || true \ No newline at end of file + git push "git@codeberg.org:ajhalili2006/website" --mirror || true