fix: add --load to docker build for local daemon access in pr.yaml
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user