ci: use tcp://dind:2375 matching runner's own DOCKER_HOST
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m41s

This commit is contained in:
2026-02-23 20:00:55 +01:00
parent b4e082bc22
commit f9f8dcf004

View File

@@ -11,7 +11,7 @@ jobs:
build-and-push: build-and-push:
runs-on: dind runs-on: dind
env: env:
DOCKER_HOST: unix:///var/run/docker.sock DOCKER_HOST: tcp://dind:2375
steps: steps:
- name: Install dependencies - name: Install dependencies