fix: add --load flag to docker build for buildkit compatibility
This commit is contained in:
@@ -23,7 +23,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
|
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
|
||||||
- name: Build image
|
- name: Build image
|
||||||
run: docker build -t ci-image:${{ github.sha }} .
|
run: docker build --load -t ci-image:${{ github.sha }} .
|
||||||
- name: Save image
|
- name: Save image
|
||||||
run: docker save ci-image:${{ github.sha }} -o image.tar
|
run: docker save ci-image:${{ github.sha }} -o image.tar
|
||||||
- uses: ChristopherHX/gitea-upload-artifact@62ac910c5d3dfa85c7cb2df15afe2e342b2407c2
|
- uses: ChristopherHX/gitea-upload-artifact@62ac910c5d3dfa85c7cb2df15afe2e342b2407c2
|
||||||
|
|||||||
Reference in New Issue
Block a user