Try new docker host env
Some checks failed
Publish Builder Image / build-and-push (push) Failing after 1m15s

This commit is contained in:
2025-12-01 10:55:12 +01:00
parent 277a9d058f
commit fffdf73052

View File

@ -4,7 +4,8 @@ on: [push]
jobs:
build-and-push:
runs-on: ubuntu-latest
env:
DOCKER_HOST: unix:///var/run/user/1000/docker.sock
steps:
- name: Checkout
uses: actions/checkout@v3