Update docker socket
Some checks failed
Publish Builder Image / build-and-push (push) Failing after 26s

This commit is contained in:
2025-11-30 21:37:22 +01:00
parent ff4d4fd2b0
commit 89654cdfae

View File

@ -4,10 +4,21 @@ on: [push]
jobs:
build-and-push:
runs-on: ubuntu-latest
env:
DOCKER_HOST: tcp://localhost:2375
# If localhost fails, try: tcp://docker:2375 (depending on service alias)
steps:
- name: Checkout
uses: actions/checkout@v3
# This handles the connection to the daemon properly
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
with:
driver-opts: image=moby/buildkit:master
- name: Login to Gitea Registry
# We use the internal URL for speed, but external DNS for the registry name
uses: docker/login-action@v2