dev mgirated to buildkit #9

Closed
RogerSik wants to merge 7 commits from feature/docker-buildkit-instead-kaniko into main
Showing only changes of commit 096b719cd0 - Show all commits

View File

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