Skip to content

Commit 6bc1774

Browse files
committed
mz507: bump docker
1 parent bb4fc46 commit 6bc1774

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/integration-tests.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,13 @@ jobs:
4949

5050
- uses: docker/setup-docker-action@1a6edb0ba9ac496f6850236981f15d8f9a82254d # v5.0.0
5151
with:
52-
version: 28.5.2
52+
version: 29.2.1
53+
daemon-config: |
54+
{
55+
"features": {
56+
"containerd-snapshotter": false
57+
}
58+
}
5359
5460
- uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
5561

0 commit comments

Comments
 (0)