There was an error while loading. Please reload this page.
1 parent 72c0fed commit f7e0561Copy full SHA for f7e0561
1 file changed
.github/workflows/tests.yml
@@ -125,6 +125,14 @@ jobs:
125
]
126
127
steps:
128
+ - run: docker version
129
+ - name: Set up Docker
130
+ uses: docker/setup-docker-action@v4
131
+ with:
132
+ version: 28.5.2 # we pin the docker version temporary until the release of fabric v3.1.4
133
+ set-host: true
134
135
+
136
- name: Checkout code
137
uses: actions/checkout@v4
138
0 commit comments