mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2024-11-25 18:03:44 +00:00
Use latest image build instead of nightly one
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.eu.org>
This commit is contained in:
parent
f1a2adaa1d
commit
640e419ab1
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# The Docker image that will be used to build your app
|
# The Docker image that will be used to build your app
|
||||||
image:
|
image:
|
||||||
name: quay.io/ajhalili2006/mkdocs-material-build-ci:nightly
|
name: quay.io/ajhalili2006/mkdocs-material-build-ci:latest
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- test
|
- test
|
||||||
|
@ -57,4 +57,4 @@ sync-branch:
|
||||||
ssh-add /run/secrets/passwordless
|
ssh-add /run/secrets/passwordless
|
||||||
git push "git@github.com:ajhalili2006/ajhalili2006.github.io" --mirror || true
|
git push "git@github.com:ajhalili2006/ajhalili2006.github.io" --mirror || true
|
||||||
git push "git@git.sr.ht:~ajhalili2006/web" --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
|
||||||
|
|
Loading…
Reference in a new issue