From 94c9d9ff4515d22a18b0a9c3953f33389972fbfe Mon Sep 17 00:00:00 2001 From: Basil Bruhn Date: Fri, 22 Mar 2024 10:32:26 +0100 Subject: [PATCH] typo and ident --- services-user-guide/gitlab/dependency_proxy.md | 1 + 1 file changed, 1 insertion(+) diff --git a/services-user-guide/gitlab/dependency_proxy.md b/services-user-guide/gitlab/dependency_proxy.md index ef5af690..b88f962d 100644 --- a/services-user-guide/gitlab/dependency_proxy.md +++ b/services-user-guide/gitlab/dependency_proxy.md @@ -14,6 +14,7 @@ Enable the dependency proxy in the desired group and use following command: Automated: + ``image: ${CI_DEPENDENCY_PROXY_DIRECT_GROUP_IMAGE_PREFIX}/alpine:latest`` Add this to your .gitlab-ci.yml to use the proxy in your pipelines. You can find the exact line of code when you enable the dependency proxy in your group.