fix: add --load to docker build for local daemon access in pr.yaml

This commit is contained in:
opencodecabilloteu
2026-06-15 17:05:16 -04:00
parent cda307c8a2
commit 9d74879faa
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
- name: Build image
run: docker build -t ci-image:${{ github.sha }} .
run: docker build --load -t ci-image:${{ github.sha }} .
- name: Save image
run: docker save -o image.tar ci-image:${{ github.sha }}