Change job env override
Some checks failed
Publish Builder Image / build-and-push (push) Failing after 1m10s

This commit is contained in:
2025-12-01 14:41:14 +01:00
parent fffdf73052
commit f2f2e22089

View File

@ -4,8 +4,6 @@ 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