Commit fcdb662
authored
[fix] register docker actions as submodules (#391)
* [fix] clone docker actions locally to bypass enterprise allowlist
Enterprise policy blocks docker/setup-buildx-action@v3,
docker/login-action@v3, and docker/build-push-action@v5 as
third-party actions. Follow the paths-filter pattern from
apache/doris: clone each action into .github/actions/<name>
at a pinned commit and reference it via a local path.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
* [fix] register docker actions as submodules and fix pinned SHAs
Register docker/setup-buildx-action, docker/login-action, and
docker/build-push-action as submodules under .github/actions/,
matching the paths-filter pattern used by apache/doris.
Also correct the pinned commit SHAs in build.yml — the previous
commit had them mismapped because parallel gh api calls returned
out of order.1 parent dcaea75 commit fcdb662
5 files changed
Lines changed: 43 additions & 4 deletions
File tree
- .github
- actions
- workflows
Submodule build-push-action added at ca052bb
Submodule login-action added at c94ce9f
Submodule setup-buildx-action added at 8d2750c
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
268 | 295 | | |
269 | | - | |
| 296 | + | |
270 | 297 | | |
271 | 298 | | |
272 | | - | |
| 299 | + | |
273 | 300 | | |
274 | 301 | | |
275 | 302 | | |
| |||
347 | 374 | | |
348 | 375 | | |
349 | 376 | | |
350 | | - | |
| 377 | + | |
351 | 378 | | |
352 | 379 | | |
353 | 380 | | |
| |||
358 | 385 | | |
359 | 386 | | |
360 | 387 | | |
361 | | - | |
| 388 | + | |
362 | 389 | | |
363 | 390 | | |
364 | 391 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
0 commit comments