ci: build image via dind, push to forgejo registry

This commit is contained in:
Johan Lundberg 2026-07-01 10:34:56 +02:00
parent 1f3dde4205
commit de81346aa8
No known key found for this signature in database
GPG key ID: A6C152738D03C7D1

View file

@ -6,6 +6,10 @@ on:
jobs:
docker:
runs-on: docker
env:
DOCKER_HOST: tcp://docker:2376
DOCKER_TLS_VERIFY: "1"
DOCKER_CERT_PATH: /certs/client
steps:
- uses: actions/checkout@v4