try manual install
This commit is contained in:
parent
87d0fef331
commit
b2b4c541ed
1 changed files with 4 additions and 1 deletions
|
|
@ -57,7 +57,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
buildkitd-flags: --debug
|
buildkitd-flags: --debug
|
||||||
driver: docker
|
driver: docker
|
||||||
- uses: crazy-max/ghaction-setup-containerd@v3
|
- name: Install containerd
|
||||||
|
run: |
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install -y containerd
|
||||||
- uses: docker/metadata-action@v5
|
- uses: docker/metadata-action@v5
|
||||||
id: meta
|
id: meta
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue