Update .github/workflows/docker-image.yml
Some checks failed
build and deploy docs / build (push) Failing after 30s

This commit is contained in:
DariusKlein 2025-11-23 13:40:38 +01:00
parent 5e19580f4c
commit a361fee043

View File

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
env:
DOCKER_HOST: tcp://${{ env.HOSTNAME }}:2376
DOCKER_HOST: tcp://${{ POD_NAME }}:2376
steps:
- uses: actions/checkout@v3