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