Use latest image build instead of nightly one

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.eu.org>
This commit is contained in:
Andrei Jiroh Halili 2023-10-18 23:40:47 +08:00
parent f1a2adaa1d
commit 640e419ab1
Signed by: ajhalili2006
GPG Key ID: 67BFC91B3DA12BE8
1 changed files with 3 additions and 3 deletions

View File

@ -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
git push "git@codeberg.org:ajhalili2006/website" --mirror || true