on docker dind
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 11s

This commit is contained in:
Xaver Russ 2025-07-11 13:27:24 +02:00
parent d4846678a5
commit 364ec21955

View file

@ -13,12 +13,8 @@ jobs:
build-and-push:
# The runner with this label must have Docker installed to be able to run service containers.
runs-on: node
services:
dind:
container:
image: docker:24-dind
options: --privileged
env:
DOCKER_HOST: tcp://dind:2375
steps:
- name: Checkout
uses: actions/checkout@v4