Add containerd
This commit is contained in:
parent
15582f2dd1
commit
1b01159a79
1 changed files with 3 additions and 0 deletions
3
.github/workflows/lint_and_test.yml
vendored
3
.github/workflows/lint_and_test.yml
vendored
|
|
@ -30,6 +30,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
driver: docker
|
driver: docker
|
||||||
|
|
||||||
|
- name: Set up containerd
|
||||||
|
uses: crazy-max/ghaction-setup-containerd@v2
|
||||||
|
|
||||||
- name: Build docker image
|
- name: Build docker image
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue