소스 검색

fix formatting

xcad 11 달 전
부모
커밋
d0ebaf91cb
1개의 변경된 파일5개의 추가작업 그리고 6개의 파일을 삭제
  1. 5 6
      docker-compose/gitlab-runner/config/config.toml

+ 5 - 6
docker-compose/gitlab-runner/config/config.toml

@@ -9,12 +9,11 @@ check_interval = 5
   executor = "docker"
   token = ""  # FIXME Add your registration token here
   limit = 0
-  # FIXME To increase rate limits, when pulling down images from the Docker Hub
-  #       you might want to authenticate:
-  #       1. Create a Docker Hub account and generate a personal access token
-  #       2. Encode the username and token in base64
-  #          Example: echo -n 'username:token' | base64
-  #       3. Replace the <BASE64_ENCODED_AUTH> with the base64 encoded string
+  # FIXME To increase rate limits, when pulling down images from the Docker Hub you might want to authenticate:
+  # 1. Create a Docker Hub account and generate a personal access token
+  # 2. Encode the username and token in base64
+  #    Example: echo -n 'username:token' | base64
+  # 3. Replace the <BASE64_ENCODED_AUTH> with the base64 encoded string
   environment = ["DOCKER_AUTH_CONFIG={\"auths\":{\"https://index.docker.io/v1/\":{\"auth\":\"<BASE64_ENCODED_AUTH>\"}}}"]
   [runners.docker]
     tls_verify = false