Set DOCKER_BUILDKIT=1 (Dockerfile needs BuildKit features)

This commit is contained in:
Hermes
2026-05-02 19:00:34 -07:00
parent 6de66e6940
commit f05475b36e

View File

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