File tree Expand file tree Collapse file tree 1 file changed +9
-12
lines changed
Expand file tree Collapse file tree 1 file changed +9
-12
lines changed Original file line number Diff line number Diff line change 1717 pull_request :
1818
1919env :
20- DOCKER_VERSION : v24.0.9
20+ DOCKER_VERSION : v27.3.1
2121
2222jobs :
2323 main :
@@ -31,25 +31,17 @@ jobs:
3131 - macos-13
3232 - windows-latest
3333 version :
34- - pinned
35- - latest
34+ - v27.3.1
3635 - type=image,tag=27.3.1
3736 steps :
3837 -
3938 name : Checkout
4039 uses : actions/checkout@v4
41- -
42- name : Set version
43- shell : bash
44- run : |
45- if [ "${{ matrix.version }}" != "pinned" ]; then
46- echo "DOCKER_VERSION=${{ matrix.version }}" >> $GITHUB_ENV
47- fi
4840 -
4941 name : Set up Docker
5042 uses : ./
5143 with :
52- version : ${{ env.DOCKER_VERSION }}
44+ version : ${{ matrix.version }}
5345
5446 channel :
5547 runs-on : ${{ matrix.os }}
6961 name : Set up Docker
7062 uses : ./
7163 with :
72- version : v24.0.0-rc.4
64+ version : ${{ env.DOCKER_VERSION }}
7365 channel : test
7466
7567 daemon-config :
9082 name : Set up Docker
9183 uses : ./
9284 with :
85+ version : ${{ env.DOCKER_VERSION }}
9386 daemon-config : |
9487 {
9588 "debug": true,
@@ -133,6 +126,8 @@ jobs:
133126 -
134127 name : Set up Docker
135128 uses : ./
129+ with :
130+ version : ${{ env.DOCKER_VERSION }}
136131 env :
137132 LIMA_START_ARGS : --cpus 4 --memory 8
138133
@@ -252,6 +247,7 @@ jobs:
252247 name : Set up Docker
253248 uses : ./
254249 with :
250+ version : ${{ env.DOCKER_VERSION }}
255251 set-host : true
256252 -
257253 name : List contexts
@@ -268,6 +264,7 @@ jobs:
268264 name : Set up Docker
269265 uses : ./
270266 with :
267+ version : ${{ env.DOCKER_VERSION }}
271268 rootless : true
272269 -
273270 name : List contexts
You can’t perform that action at this time.
0 commit comments