|
39 | 39 | with: |
40 | 40 | go-version: "^1.26.0" |
41 | 41 |
|
42 | | - - name: Initialize submodules |
43 | | - run: | |
44 | | - git submodule init |
45 | | - git submodule update |
46 | | -
|
47 | | - - name: Apply patches |
48 | | - run: | |
49 | | - git apply --directory paerser/ patches/nested_maps.diff |
50 | | -
|
51 | 42 | - name: Install frontend dependencies |
52 | 43 | run: | |
53 | 44 | cd frontend |
|
91 | 82 | with: |
92 | 83 | go-version: "^1.26.0" |
93 | 84 |
|
94 | | - - name: Initialize submodules |
95 | | - run: | |
96 | | - git submodule init |
97 | | - git submodule update |
98 | | -
|
99 | | - - name: Apply patches |
100 | | - run: | |
101 | | - git apply --directory paerser/ patches/nested_maps.diff |
102 | | -
|
103 | 85 | - name: Install frontend dependencies |
104 | 86 | run: | |
105 | 87 | cd frontend |
@@ -135,15 +117,6 @@ jobs: |
135 | 117 | - name: Checkout |
136 | 118 | uses: actions/checkout@v6 |
137 | 119 |
|
138 | | - - name: Initialize submodules |
139 | | - run: | |
140 | | - git submodule init |
141 | | - git submodule update |
142 | | -
|
143 | | - - name: Apply patches |
144 | | - run: | |
145 | | - git apply --directory paerser/ patches/nested_maps.diff |
146 | | -
|
147 | 120 | - name: Docker meta |
148 | 121 | id: meta |
149 | 122 | uses: docker/metadata-action@v6 |
@@ -199,15 +172,6 @@ jobs: |
199 | 172 | - name: Checkout |
200 | 173 | uses: actions/checkout@v6 |
201 | 174 |
|
202 | | - - name: Initialize submodules |
203 | | - run: | |
204 | | - git submodule init |
205 | | - git submodule update |
206 | | -
|
207 | | - - name: Apply patches |
208 | | - run: | |
209 | | - git apply --directory paerser/ patches/nested_maps.diff |
210 | | -
|
211 | 175 | - name: Docker meta |
212 | 176 | id: meta |
213 | 177 | uses: docker/metadata-action@v6 |
@@ -263,15 +227,6 @@ jobs: |
263 | 227 | - name: Checkout |
264 | 228 | uses: actions/checkout@v6 |
265 | 229 |
|
266 | | - - name: Initialize submodules |
267 | | - run: | |
268 | | - git submodule init |
269 | | - git submodule update |
270 | | -
|
271 | | - - name: Apply patches |
272 | | - run: | |
273 | | - git apply --directory paerser/ patches/nested_maps.diff |
274 | | -
|
275 | 230 | - name: Docker meta |
276 | 231 | id: meta |
277 | 232 | uses: docker/metadata-action@v6 |
@@ -327,15 +282,6 @@ jobs: |
327 | 282 | - name: Checkout |
328 | 283 | uses: actions/checkout@v6 |
329 | 284 |
|
330 | | - - name: Initialize submodules |
331 | | - run: | |
332 | | - git submodule init |
333 | | - git submodule update |
334 | | -
|
335 | | - - name: Apply patches |
336 | | - run: | |
337 | | - git apply --directory paerser/ patches/nested_maps.diff |
338 | | -
|
339 | 285 | - name: Docker meta |
340 | 286 | id: meta |
341 | 287 | uses: docker/metadata-action@v6 |
|
0 commit comments