troubleshooting
This commit is contained in:
		@@ -18,9 +18,7 @@ jobs:
 | 
				
			|||||||
    needs: dockerfile_lint
 | 
					    needs: dockerfile_lint
 | 
				
			||||||
    runs-on: ubuntu-22.04
 | 
					    runs-on: ubuntu-22.04
 | 
				
			||||||
    env:
 | 
					    env:
 | 
				
			||||||
      DOCKER_HOST: tcp://localhost:2376
 | 
					      DOCKER_HOST: tcp://localhost:2375  # unverschlüsselte Verbindung
 | 
				
			||||||
      DOCKER_TLS_VERIFY: '1'
 | 
					 | 
				
			||||||
      DOCKER_CERT_PATH: /certs/client
 | 
					 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v4
 | 
					      - uses: actions/checkout@v4
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -33,7 +31,7 @@ jobs:
 | 
				
			|||||||
      - name: Set up Docker Buildx
 | 
					      - name: Set up Docker Buildx
 | 
				
			||||||
        uses: docker/setup-buildx-action@v3
 | 
					        uses: docker/setup-buildx-action@v3
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          driver-opts: host=tcp://localhost:2376
 | 
					          driver-opts: host=tcp://localhost:2375  # Verbindung ohne TLS
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Log in to registry
 | 
					      - name: Log in to registry
 | 
				
			||||||
        uses: docker/login-action@v2
 | 
					        uses: docker/login-action@v2
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user