diff --git a/README.md b/README.md index 74b8bb42f242f9675741eaea5d2cc7f728736f28..8de68b89ee5be1fa7ba9deb8315042f035c33200 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Add the following to your `.gitlab-ci.yml`: ```yaml include: # 1: include the component - - component: gitlab.com/to-be-continuous/golang/gitlab-ci-golang@4.10.0 + - component: $CI_SERVER_FQDN/to-be-continuous/golang/gitlab-ci-golang@4.10.0 # 2: set/override component inputs inputs: image: "registry.hub.docker.com/library/golang:buster" # ⚠ this is only an example