troubleshooting
Some checks failed
docker-monica-build development / dockerfile_lint (push) Successful in 4s
docker-monica-build development / build (push) Failing after 6s

This commit is contained in:
2025-10-25 21:22:55 +02:00
parent 1201eb1b8b
commit 096b719cd0

View File

@@ -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