From ab12a87c531d5cc05407a84bda82be87e2bbbff2 Mon Sep 17 00:00:00 2001 From: "Yusuf A. Hasan Miyan" Date: Fri, 11 Oct 2024 14:21:04 +0400 Subject: [PATCH] fix: use latest CI image for new PaaS provisions New PaaS provisions currently fail since they use the legacy CI image (govcms/govcms-ci) and therefore Pipelines fail due to not having the latest PHP version. This change allows them to work again. --- .gitlab-ci.paas.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.paas.yml b/.gitlab-ci.paas.yml index c496d8a8..13127428 100644 --- a/.gitlab-ci.paas.yml +++ b/.gitlab-ci.paas.yml @@ -1,4 +1,6 @@ # This file is locked for GovCMS SaaS. +image: gitlab-registry-production.govcms.amazee.io/govcms/images/ci${GOVCMS_CI_IMAGE_VERSION} + include: # Simple control of your jobs.