Add DOCKER_HOST and DOCKER_BUILDKIT=1 as action defaults

This commit is contained in:
Hermes
2026-05-02 19:39:38 -07:00
parent df9f7be226
commit ec2a398894

View File

@@ -46,6 +46,7 @@ runs:
using: composite using: composite
env: env:
DOCKER_HOST: tcp://docker.local:2375 DOCKER_HOST: tcp://docker.local:2375
DOCKER_BUILDKIT: "1"
steps: steps:
- name: Compute metadata - name: Compute metadata