From c95d30f076b155a9a4864bf66a288d8224b169ca Mon Sep 17 00:00:00 2001 From: Saibotk Date: Fri, 13 Oct 2023 23:01:58 +0000 Subject: [PATCH] Switch to privileged-ram-4gb runner --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4b701fb..e3c231c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ stages: build: stage: build tags: - - privileged + - privileged-ram-4gb script: - podman build --pull -t "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG" . - podman push "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG" @@ -22,7 +22,7 @@ build: tagging-master: stage: tag tags: - - privileged + - privileged-ram-4gb script: - podman pull "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG" - si-tagging -l "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG" "$CI_REGISTRY_IMAGE" "$(grep -e 'FROM docker.io/gitlab/gitlab-runner:v' Dockerfile | sed -e 's/.*:v//')"