fix: add --load to docker build for local daemon access in main.yaml
PR Checks / test (pull_request) Failing after 51s
PR Checks / lint (pull_request) Successful in 11s
PR Checks / build (pull_request) Successful in 1m36s

This commit is contained in:
opencodecabilloteu
2026-06-15 17:05:21 -04:00
parent 9d74879faa
commit f06aee4c7a
+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 }}