fix: use specific Docker host in pipeline
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s
Build Docker Container / Build-Container-Image (push) Failing after 6s

This commit is contained in:
Alex Wellnitz 2025-03-17 14:47:15 +01:00
parent c17d26f44e
commit 06c939145f

View File

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