fix: use hostname for docker host
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7s
Build Docker Container / Build-Container-Image (push) Failing after 9s

This commit is contained in:
Alex Wellnitz 2025-03-17 14:48:11 +01:00
parent 06c939145f
commit 6aecfb1cec

View File

@ -9,7 +9,7 @@ jobs:
- name: Build and push - name: Build and push
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5
env: env:
DOCKER_HOST: tcp://127.0.0.1:2376 DOCKER_HOST: tcp://dind:2376
with: with:
context: . context: .
file: ./Dockerfile file: ./Dockerfile