test: add docker host as env
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7s
Build Docker Container / Build-Container-Image (push) Failing after 2s

This commit is contained in:
Alex Wellnitz 2025-03-17 14:28:56 +01:00
parent 852636d2e1
commit ba4def156e

View File

@ -7,3 +7,5 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: docker build -t alexohneander/alexohneander-zola:latest .
env:
DOCKER_HOST: unix:///var/run/docker.sock #"tcp://127.0.0.1:2376"