where is docker ?
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 25s

This commit is contained in:
Xaver Russ 2025-07-11 13:25:53 +02:00
parent 33bac607a4
commit d4846678a5

View file

@ -17,6 +17,8 @@ jobs:
dind: dind:
image: docker:24-dind image: docker:24-dind
options: --privileged options: --privileged
env:
DOCKER_HOST: tcp://dind:2375
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4