added debug print
Some checks failed
Github Container Registry Upload / build (push) Failing after 11s

This commit is contained in:
ConfuzzedCat 2026-01-13 21:48:33 +01:00
parent f6ef7f6703
commit f569e7a035
Signed by: ConfuzzedCat
GPG key ID: D54F2F0C38D0304A

View file

@ -30,6 +30,9 @@ jobs:
id-token: write
steps:
- name: check docker host
run: 'echo $DOCKER_HOST'
- name: Checkout repository
uses: actions/checkout@v4