diff --git a/template/.gitlab-ci.yml b/template/.gitlab-ci.yml index 1903db2..1d368ac 100644 --- a/template/.gitlab-ci.yml +++ b/template/.gitlab-ci.yml @@ -116,7 +116,7 @@ stages: ๐Ÿณ build:docs: stage: build needs: ["๐Ÿงน lint:typecheck", "๐Ÿงน lint:eslint", "๐Ÿงน lint:docs"] - image: google/cloud-sdk:slim@sha256:a26856716c935af74febff4c5fa16cc00827f1343186ae108a8e6788cd082467 + image: google/cloud-sdk:slim@sha256:4ff69e21bec9a7d0ed54d0134a9b9682fc8008252cb5f173a23ddd70b8e024a4 services: - name: docker:29.4-dind@sha256:685b91dca8eab7de1dce1c303dbb7a763e4082d6a60db10968adf3295fbd2495 command: ["--registry-mirror", "https://mirror.gcr.io"] @@ -153,7 +153,7 @@ stages: ๐Ÿš€ deploy:docs: stage: deploy needs: ["๐Ÿณ build:docs"] - image: google/cloud-sdk:slim@sha256:a26856716c935af74febff4c5fa16cc00827f1343186ae108a8e6788cd082467 + image: google/cloud-sdk:slim@sha256:4ff69e21bec9a7d0ed54d0134a9b9682fc8008252cb5f173a23ddd70b8e024a4 environment: name: production dependencies: []