This commit is contained in:
		| @@ -10,11 +10,10 @@ trigger: | ||||
|     - push | ||||
|  | ||||
| services: | ||||
|   docker: | ||||
|   - name: docker | ||||
|     image: docker:20.10.16-dind | ||||
|     privileged: true | ||||
|     environment: | ||||
|       # Disable TLS to simplify connection (not recommended for production) | ||||
|       DOCKER_TLS_CERTDIR: "" | ||||
|  | ||||
| steps: | ||||
| @@ -22,7 +21,6 @@ steps: | ||||
|     image: docker:20.10.16 | ||||
|     environment: | ||||
|       DOCKER_BUILDKIT: 1 | ||||
|       # Point to the Docker service | ||||
|       DOCKER_HOST: tcp://docker:2375 | ||||
|       DOCKER_USERNAME: | ||||
|         from_secret: docker_username | ||||
|   | ||||
		Reference in New Issue
	
	Block a user