Skip to content

Commit 41a5151

Browse files
authored
Merge pull request #83 from crazy-max/dependabot/npm_and_yarn/docker/actions-toolkit-0.25.0
build(deps): bump @docker/actions-toolkit from 0.21.1 to 0.25.0
2 parents bca5e4d + e96e0e2 commit 41a5151

File tree

6 files changed

+4100
-480
lines changed

6 files changed

+4100
-480
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,21 @@ jobs:
153153

154154
build-linux:
155155
runs-on: ubuntu-latest
156+
strategy:
157+
fail-fast: false
158+
matrix:
159+
containerd:
160+
- containerd-system
161+
- containerd-tarball
156162
steps:
157163
-
158164
name: Checkout
159165
uses: actions/checkout@v4
166+
-
167+
name: Uninstall containerd
168+
if: matrix.containerd == 'containerd-tarball'
169+
run: |
170+
sudo apt-get remove -y containerd.io
160171
-
161172
name: Set up Docker
162173
uses: ./

dist/index.js

Lines changed: 78 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)