feat: add DOCKER_HOST env

This commit is contained in:
Nemo D'ACREMONT 2025-09-01 19:01:59 +02:00
parent 6acf115c7a
commit a89d96f71e
No known key found for this signature in database
GPG Key ID: 85F245EC3BB1E022

View File

@ -15,6 +15,7 @@ env:
REGISTRY: git.dacremont.xyz
# gitea.repository as <account>/<repo>
IMAGE_NAME: ${{ gitea.repository }}
DOCKER_HOST: tcp://localhost:2376
jobs: