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"