mirror of
https://github.com/docker/setup-docker-action.git
synced 2025-06-04 02:50:42 +02:00
ci: test install on linux without containerd
This commit is contained in:
parent
8d0a8e33ff
commit
e96e0e2c98
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
@ -153,10 +153,21 @@ jobs:
|
||||
|
||||
build-linux:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
containerd:
|
||||
- containerd-system
|
||||
- containerd-tarball
|
||||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
-
|
||||
name: Uninstall containerd
|
||||
if: matrix.containerd == 'containerd-tarball'
|
||||
run: |
|
||||
sudo apt-get remove -y containerd.io
|
||||
-
|
||||
name: Set up Docker
|
||||
uses: ./
|
||||
|
Loading…
x
Reference in New Issue
Block a user