We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ffba5c commit b9122a2Copy full SHA for b9122a2
.github/workflows/integration.yaml
@@ -58,6 +58,16 @@ jobs:
58
with:
59
repository: restatedev/sdk-java
60
61
+ - name: Set up Docker containerd snapshotter
62
+ uses: crazy-max/ghaction-setup-docker@v3
63
+ with:
64
+ daemon-config: |
65
+ {
66
+ "features": {
67
+ "containerd-snapshotter": true
68
+ }
69
70
+
71
### Download the Restate container image, if needed
72
# Setup restate snapshot if necessary
73
# Due to https://github.com/actions/upload-artifact/issues/53
0 commit comments