We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0399e9a commit 7025601Copy full SHA for 7025601
.github/workflows/build.yml
@@ -39,7 +39,7 @@ jobs:
39
strategy:
40
fail-fast: false
41
matrix:
42
- containerd: ["1.6.33", "1.7.18"]
+ containerd: ["1.6.33", "1.7.18", "2.0.0-rc.3"]
43
env:
44
DOCKER_BUILD_ARGS: "CONTAINERD_VERSION=${{ matrix.containerd }}"
45
steps:
0 commit comments