From 3feb12320fc9f1a9878eab32c23a32edccf0e53a Mon Sep 17 00:00:00 2001 From: BloxerHD018 Date: Thu, 12 Feb 2026 12:01:40 +0000 Subject: [PATCH] Fix CI Build --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0665f53..e1f1315 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,6 @@ test: build-and-push-image: stage: build script: - - apk add --no-cache musl-dev openssl-dev openssl-libs-static protobuf-dev lld - podman login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY - podman build -t "$CI_REGISTRY_IMAGE:$CI_COMMIT_SHORT_SHA" . - podman push "$CI_REGISTRY_IMAGE:$CI_COMMIT_SHORT_SHA"