1717 pull_request :
1818
1919env :
20- DOCKER_VERSION : v24.0.9
20+ DOCKER_VERSION : v27.3.1
2121
2222jobs :
2323 main :
@@ -31,30 +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- # https://github.com/crazy-max/ghaction-setup-docker/issues/108
43- name : Set up QEMU
44- if : startsWith(matrix.os, 'macos')
45- uses : docker/actions-toolkit/.github/actions/macos-setup-qemu@19ca9ade20f5da695f76a10988d6532058575f82
46- -
47- name : Set version
48- shell : bash
49- run : |
50- if [ "${{ matrix.version }}" != "pinned" ]; then
51- echo "DOCKER_VERSION=${{ matrix.version }}" >> $GITHUB_ENV
52- fi
5340 -
5441 name : Set up Docker
5542 uses : ./
5643 with :
57- version : ${{ env.DOCKER_VERSION }}
44+ version : ${{ matrix.version }}
5845
5946 channel :
6047 runs-on : ${{ matrix.os }}
@@ -70,16 +57,11 @@ jobs:
7057 -
7158 name : Checkout
7259 uses : actions/checkout@v4
73- -
74- # https://github.com/crazy-max/ghaction-setup-docker/issues/108
75- name : Set up QEMU
76- if : startsWith(matrix.os, 'macos')
77- uses : docker/actions-toolkit/.github/actions/macos-setup-qemu@19ca9ade20f5da695f76a10988d6532058575f82
7860 -
7961 name : Set up Docker
8062 uses : ./
8163 with :
82- version : v24.0.0-rc.4
64+ version : ${{ env.DOCKER_VERSION }}
8365 channel : test
8466
8567 daemon-config :
@@ -96,15 +78,11 @@ jobs:
9678 -
9779 name : Checkout
9880 uses : actions/checkout@v4
99- -
100- # https://github.com/crazy-max/ghaction-setup-docker/issues/108
101- name : Set up QEMU
102- if : startsWith(matrix.os, 'macos')
103- uses : docker/actions-toolkit/.github/actions/macos-setup-qemu@19ca9ade20f5da695f76a10988d6532058575f82
10481 -
10582 name : Set up Docker
10683 uses : ./
10784 with :
85+ version : ${{ env.DOCKER_VERSION }}
10886 daemon-config : |
10987 {
11088 "debug": true,
@@ -127,11 +105,6 @@ jobs:
127105 -
128106 name : Checkout
129107 uses : actions/checkout@v4
130- -
131- # https://github.com/crazy-max/ghaction-setup-docker/issues/108
132- name : Set up QEMU
133- if : startsWith(matrix.os, 'macos')
134- uses : docker/actions-toolkit/.github/actions/macos-setup-qemu@19ca9ade20f5da695f76a10988d6532058575f82
135108 -
136109 name : Set up Docker
137110 uses : ./
@@ -150,13 +123,11 @@ jobs:
150123 -
151124 name : Checkout
152125 uses : actions/checkout@v4
153- -
154- # https://github.com/crazy-max/ghaction-setup-docker/issues/108
155- name : Set up QEMU
156- uses : docker/actions-toolkit/.github/actions/macos-setup-qemu@19ca9ade20f5da695f76a10988d6532058575f82
157126 -
158127 name : Set up Docker
159128 uses : ./
129+ with :
130+ version : ${{ env.DOCKER_VERSION }}
160131 env :
161132 LIMA_START_ARGS : --cpus 4 --memory 8
162133
@@ -217,11 +188,6 @@ jobs:
217188 -
218189 name : Checkout
219190 uses : actions/checkout@v4
220- -
221- # https://github.com/crazy-max/ghaction-setup-docker/issues/108
222- name : Set up QEMU
223- if : startsWith(matrix.os, 'macos')
224- uses : docker/actions-toolkit/.github/actions/macos-setup-qemu@19ca9ade20f5da695f76a10988d6532058575f82
225191 -
226192 name : Set up Docker
227193 uses : ./
@@ -281,6 +247,7 @@ jobs:
281247 name : Set up Docker
282248 uses : ./
283249 with :
250+ version : ${{ env.DOCKER_VERSION }}
284251 set-host : true
285252 -
286253 name : List contexts
@@ -297,6 +264,7 @@ jobs:
297264 name : Set up Docker
298265 uses : ./
299266 with :
267+ version : ${{ env.DOCKER_VERSION }}
300268 rootless : true
301269 -
302270 name : List contexts
0 commit comments