Commit a14cce43 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

docs: centralized service images

parent 34592d19
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ in any GitLab CI file as follows:
```yaml
.some-base-job:
  services:
    - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
    - name: "registry.gitlab.com/to-be-continuous/tools/tracking:master"
      command: ["--service", "some-template", "1.0.0"]

some-job-build: