Fix CI Build

This commit is contained in:
BloxerHD 2026-02-12 12:01:40 +00:00
commit 3feb12320f

View file

@ -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"