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

This commit is contained in:
Xaver Russ 2025-07-11 13:23:58 +02:00
parent fdd1c07cab
commit 33bac607a4

View file

@ -11,12 +11,18 @@ on:
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:
image: docker:24-dind
options: --privileged
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Docker Buildx
- name: Set up Docker Builder
# This action will automatically use the 'dind' service as the build server.
uses: docker/setup-buildx-action@v3
- name: Login to Forgejo Registry