@@ -239,13 +239,13 @@ jobs:
239239 platform :
240240 - linux/amd64
241241 container :
242- - { distro: "ubuntu", image: "setup-cpp-ubuntu", tag: "22.04-1.2.1 " }
243- - { distro: "fedora", image: "setup-cpp-fedora", tag: "40-1.2.1 " }
244- - { distro: "arch", image: "setup-cpp-arch", tag: "base-1.2.1 " }
242+ - { distro: "ubuntu", image: "setup-cpp-ubuntu", tag: "22.04-1.2.2 " }
243+ - { distro: "fedora", image: "setup-cpp-fedora", tag: "40-1.2.2 " }
244+ - { distro: "arch", image: "setup-cpp-arch", tag: "base-1.2.2 " }
245245 include :
246246 - os : ubuntu-24.04-arm
247247 platform : linux/arm64
248- container : { distro: "ubuntu", image: "setup-cpp-ubuntu", tag: "22.04-1.2.1 " }
248+ container : { distro: "ubuntu", image: "setup-cpp-ubuntu", tag: "22.04-1.2.2 " }
249249 steps :
250250 - uses : actions/checkout@v4
251251 with :
@@ -444,53 +444,53 @@ jobs:
444444
445445 - uses : Noelware/docker-manifest-action@0.4.3
446446 with :
447- inputs : aminya/setup-cpp-ubuntu:22.04-1.2.1
448- images : aminya/setup-cpp-ubuntu:22.04-1.2.1 -amd64,aminya/setup-cpp-ubuntu:22.04-1.2.1 -arm64
447+ inputs : aminya/setup-cpp-ubuntu:22.04-1.2.2
448+ images : aminya/setup-cpp-ubuntu:22.04-1.2.2 -amd64,aminya/setup-cpp-ubuntu:22.04-1.2.2 -arm64
449449 push : true
450450 amend : true
451451 - uses : Noelware/docker-manifest-action@0.4.3
452452 with :
453453 inputs : aminya/setup-cpp-ubuntu:latest
454- images : aminya/setup-cpp-ubuntu:22.04-1.2.1 -amd64,aminya/setup-cpp-ubuntu:22.04-1.2.1 -arm64
454+ images : aminya/setup-cpp-ubuntu:22.04-1.2.2 -amd64,aminya/setup-cpp-ubuntu:22.04-1.2.2 -arm64
455455 push : true
456456 amend : true
457457
458458 - uses : Noelware/docker-manifest-action@0.4.3
459459 with :
460- inputs : aminya/setup-cpp-ubuntu-llvm:22.04-1.2.1
461- images : aminya/setup-cpp-ubuntu-llvm:22.04-1.2.1 -amd64,aminya/setup-cpp-ubuntu-llvm:22.04-1.2.1 -arm64
460+ inputs : aminya/setup-cpp-ubuntu-llvm:22.04-1.2.2
461+ images : aminya/setup-cpp-ubuntu-llvm:22.04-1.2.2 -amd64,aminya/setup-cpp-ubuntu-llvm:22.04-1.2.2 -arm64
462462 push : true
463463 amend : true
464464 - uses : Noelware/docker-manifest-action@0.4.3
465465 with :
466466 inputs : aminya/setup-cpp-ubuntu-llvm:latest
467- images : aminya/setup-cpp-ubuntu-llvm:22.04-1.2.1 -amd64,aminya/setup-cpp-ubuntu-llvm:22.04-1.2.1 -arm64
467+ images : aminya/setup-cpp-ubuntu-llvm:22.04-1.2.2 -amd64,aminya/setup-cpp-ubuntu-llvm:22.04-1.2.2 -arm64
468468 push : true
469469 amend : true
470470
471471 - uses : Noelware/docker-manifest-action@0.4.3
472472 with :
473- inputs : aminya/setup-cpp-ubuntu-gcc:22.04-1.2.1
474- images : aminya/setup-cpp-ubuntu-gcc:22.04-1.2.1 -amd64,aminya/setup-cpp-ubuntu-gcc:22.04-1.2.1 -arm64
473+ inputs : aminya/setup-cpp-ubuntu-gcc:22.04-1.2.2
474+ images : aminya/setup-cpp-ubuntu-gcc:22.04-1.2.2 -amd64,aminya/setup-cpp-ubuntu-gcc:22.04-1.2.2 -arm64
475475 push : true
476476 amend : true
477477 - uses : Noelware/docker-manifest-action@0.4.3
478478 with :
479479 inputs : aminya/setup-cpp-ubuntu-gcc:latest
480- images : aminya/setup-cpp-ubuntu-gcc:22.04-1.2.1 -amd64,aminya/setup-cpp-ubuntu-gcc:22.04-1.2.1 -arm64
480+ images : aminya/setup-cpp-ubuntu-gcc:22.04-1.2.2 -amd64,aminya/setup-cpp-ubuntu-gcc:22.04-1.2.2 -arm64
481481 push : true
482482 amend : true
483483
484484 - uses : Noelware/docker-manifest-action@0.4.3
485485 with :
486- inputs : aminya/setup-cpp-ubuntu-mingw:22.04-1.2.1
487- images : aminya/setup-cpp-ubuntu-mingw:22.04-1.2.1 -amd64,aminya/setup-cpp-ubuntu-mingw:22.04-1.2.1 -arm64
486+ inputs : aminya/setup-cpp-ubuntu-mingw:22.04-1.2.2
487+ images : aminya/setup-cpp-ubuntu-mingw:22.04-1.2.2 -amd64,aminya/setup-cpp-ubuntu-mingw:22.04-1.2.2 -arm64
488488 push : true
489489 amend : true
490490 - uses : Noelware/docker-manifest-action@0.4.3
491491 with :
492492 inputs : aminya/setup-cpp-ubuntu-mingw:latest
493- images : aminya/setup-cpp-ubuntu-mingw:22.04-1.2.1 -amd64,aminya/setup-cpp-ubuntu-mingw:22.04-1.2.1 -arm64
493+ images : aminya/setup-cpp-ubuntu-mingw:22.04-1.2.2 -amd64,aminya/setup-cpp-ubuntu-mingw:22.04-1.2.2 -arm64
494494 push : true
495495 amend : true
496496
0 commit comments