Reverting docker_host
Some checks failed
/ build-and-deploy (push) Failing after 44s

This commit is contained in:
Jeremy Karst 2026-05-06 23:23:26 -04:00
parent 54870364e9
commit 10852978bd

View file

@ -174,7 +174,7 @@ jobs:
if: github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
runs-on: self-hosted
env:
DOCKER_HOST: tcp://localhost:2376
DOCKER_HOST: tcp://172.17.0.1:2376
container:
image: catthehacker/ubuntu:act-latest
options: --network host