chore: Debug docker daemon availability
Some checks failed
build-image / Container image (push) Waiting to run
build-image / Semantic Release (Dry-run) (push) Successful in 3m32s
build-image / Semantic Release (push) Has been cancelled

This commit is contained in:
2025-08-19 17:14:44 +10:00
parent d1578b5028
commit 6ac9c8f727

View File

@ -42,8 +42,8 @@ jobs:
runs-on: ubuntu-latest
# needs: semrel_dryrun
env:
DOCKER_HOST: tcp://127.0.0.1:2375
DOCKER_TLS_VERIFY: ""
DOCKER_HOST: unix:///var/run/docker.sock
# DOCKER_TLS_VERIFY: ""
steps:
- name: Check out repository code
uses: actions/checkout@v4