hopefully fixed debug print
Some checks failed
Github Container Registry Upload / build (push) Failing after 20s

This commit is contained in:
ConfuzzedCat 2026-01-13 21:50:41 +01:00
parent f569e7a035
commit 0646ffcb7c
Signed by: ConfuzzedCat
GPG key ID: D54F2F0C38D0304A

View file

@ -31,7 +31,7 @@ jobs:
steps:
- name: check docker host
run: 'echo $DOCKER_HOST'
run: echo "${DOCKER_HOST}"
- name: Checkout repository
uses: actions/checkout@v4