1616 runs-on : ubuntu-22.04
1717 timeout-minutes : 20
1818 steps :
19- -
uses :
actions/[email protected] .0 19+ -
uses :
actions/[email protected] .1 2020 with :
2121 path : src/github.com/containerd/nerdctl
2222 fetch-depth : 100
3737 runs-on : ubuntu-22.04
3838 timeout-minutes : 20
3939 steps :
40- -
uses :
actions/[email protected] .0 40+ -
uses :
actions/[email protected] .1 4141 with :
4242 fetch-depth : 1
4343 - uses : actions/setup-go@v4
5757 runs-on : ubuntu-22.04
5858 timeout-minutes : 20
5959 steps :
60- -
uses :
actions/[email protected] .0 60+ -
uses :
actions/[email protected] .1 6161 with :
6262 fetch-depth : 1
6363 - uses : actions/setup-go@v4
8888 UBUNTU_VERSION : " ${{ matrix.ubuntu }}"
8989 CONTAINERD_VERSION : " ${{ matrix.containerd }}"
9090 steps :
91- -
uses :
actions/[email protected] .0 91+ -
uses :
actions/[email protected] .1 9292 with :
9393 fetch-depth : 1
9494 - name : " Prepare integration test environment"
@@ -141,7 +141,7 @@ jobs:
141141 CONTAINERD_VERSION : " ${{ matrix.containerd }}"
142142 TEST_TARGET : " ${{ matrix.target }}"
143143 steps :
144- -
uses :
actions/[email protected] .0 144+ -
uses :
actions/[email protected] .1 145145 with :
146146 fetch-depth : 1
147147 - name : " Register QEMU (tonistiigi/binfmt)"
@@ -158,7 +158,7 @@ jobs:
158158 matrix :
159159 go-version : ["1.20.x", "1.21.x"]
160160 steps :
161- -
uses :
actions/[email protected] .0 161+ -
uses :
actions/[email protected] .1 162162 with :
163163 fetch-depth : 1
164164 - uses : actions/setup-go@v4
@@ -173,7 +173,7 @@ jobs:
173173 runs-on : ubuntu-22.04
174174 timeout-minutes : 30
175175 steps :
176- -
uses :
actions/[email protected] .0 176+ -
uses :
actions/[email protected] .1 177177 with :
178178 fetch-depth : 1
179179 - uses : actions/setup-go@v4
@@ -209,7 +209,7 @@ jobs:
209209 run :
210210 shell : bash
211211 steps :
212- -
uses :
actions/[email protected] .0 212+ -
uses :
actions/[email protected] .1 213213 with :
214214 fetch-depth : 1
215215 - uses : actions/setup-go@v4
@@ -218,7 +218,7 @@ jobs:
218218 cache : true
219219 check-latest : true
220220 - run : go install ./cmd/nerdctl
221- -
uses :
actions/[email protected] .0 221+ -
uses :
actions/[email protected] .1 222222 with :
223223 repository : containerd/containerd
224224 ref : v1.7.7
@@ -243,7 +243,7 @@ jobs:
243243 timeout-minutes : 20
244244
245245 steps :
246- -
uses :
actions/[email protected] .0 246+ -
uses :
actions/[email protected] .1 247247 - uses : actions/cache@v3
248248 with :
249249 path : /root/.vagrant.d
0 commit comments