ci(gitlab-ci): 👷 update CI image name and customize entrypoint

For context, see https://gitlab.com/gitlab-org/gitlab-runner/-/issues/2109#note_47480476 although I may debug this on my side too later.

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.xyz>
This commit is contained in:
Andrei Jiroh Halili 2024-07-01 19:50:44 +08:00
parent 9f9ab5040f
commit b172ee26a0
No known key found for this signature in database
GPG key ID: 67BFC91B3DA12BE8

View file

@ -1,6 +1,7 @@
# The Docker image that will be used to build your app
image:
name: quay.io/ajhalili2006/mkdocs-material-build-ci:latest
name: dock.mau.dev/andreijiroh-dev/docker-images/mkdocs-material:latest
entrypoint: ["/bin/bash", "-l", "-c"] # https://gitlab.com/gitlab-org/gitlab-runner/-/issues/2109#note_47480476
stages:
- test