@@ -236,13 +236,13 @@ jobs:
236236 platform :
237237 - linux/amd64
238238 container :
239- - { distro: "ubuntu", image: "setup-cpp-ubuntu", tag: "22.04-1.2.0 " }
240- - { distro: "fedora", image: "setup-cpp-fedora", tag: "40-1.2.0 " }
241- - { distro: "arch", image: "setup-cpp-arch", tag: "base-1.2.0 " }
239+ - { distro: "ubuntu", image: "setup-cpp-ubuntu", tag: "22.04-1.2.1 " }
240+ - { distro: "fedora", image: "setup-cpp-fedora", tag: "40-1.2.1 " }
241+ - { distro: "arch", image: "setup-cpp-arch", tag: "base-1.2.1 " }
242242 include :
243243 - os : ubuntu-24.04-arm
244244 platform : linux/arm64
245- container : { distro: "ubuntu", image: "setup-cpp-ubuntu", tag: "22.04-1.2.0 " }
245+ container : { distro: "ubuntu", image: "setup-cpp-ubuntu", tag: "22.04-1.2.1 " }
246246 steps :
247247 - uses : actions/checkout@v4
248248 with :
@@ -441,53 +441,53 @@ jobs:
441441
442442 - uses : Noelware/docker-manifest-action@0.4.3
443443 with :
444- inputs : aminya/setup-cpp-ubuntu:22.04-1.2.0
445- images : aminya/setup-cpp-ubuntu:22.04-1.2.0 -amd64,aminya/setup-cpp-ubuntu:22.04-1.2.0 -arm64
444+ inputs : aminya/setup-cpp-ubuntu:22.04-1.2.1
445+ images : aminya/setup-cpp-ubuntu:22.04-1.2.1 -amd64,aminya/setup-cpp-ubuntu:22.04-1.2.1 -arm64
446446 push : true
447447 amend : true
448448 - uses : Noelware/docker-manifest-action@0.4.3
449449 with :
450450 inputs : aminya/setup-cpp-ubuntu:latest
451- images : aminya/setup-cpp-ubuntu:22.04-1.2.0 -amd64,aminya/setup-cpp-ubuntu:22.04-1.2.0 -arm64
451+ images : aminya/setup-cpp-ubuntu:22.04-1.2.1 -amd64,aminya/setup-cpp-ubuntu:22.04-1.2.1 -arm64
452452 push : true
453453 amend : true
454454
455455 - uses : Noelware/docker-manifest-action@0.4.3
456456 with :
457- inputs : aminya/setup-cpp-ubuntu-llvm:22.04-1.2.0
458- images : aminya/setup-cpp-ubuntu-llvm:22.04-1.2.0 -amd64,aminya/setup-cpp-ubuntu-llvm:22.04-1.2.0 -arm64
457+ inputs : aminya/setup-cpp-ubuntu-llvm:22.04-1.2.1
458+ images : aminya/setup-cpp-ubuntu-llvm:22.04-1.2.1 -amd64,aminya/setup-cpp-ubuntu-llvm:22.04-1.2.1 -arm64
459459 push : true
460460 amend : true
461461 - uses : Noelware/docker-manifest-action@0.4.3
462462 with :
463463 inputs : aminya/setup-cpp-ubuntu-llvm:latest
464- images : aminya/setup-cpp-ubuntu-llvm:22.04-1.2.0 -amd64,aminya/setup-cpp-ubuntu-llvm:22.04-1.2.0 -arm64
464+ images : aminya/setup-cpp-ubuntu-llvm:22.04-1.2.1 -amd64,aminya/setup-cpp-ubuntu-llvm:22.04-1.2.1 -arm64
465465 push : true
466466 amend : true
467467
468468 - uses : Noelware/docker-manifest-action@0.4.3
469469 with :
470- inputs : aminya/setup-cpp-ubuntu-gcc:22.04-1.2.0
471- images : aminya/setup-cpp-ubuntu-gcc:22.04-1.2.0 -amd64,aminya/setup-cpp-ubuntu-gcc:22.04-1.2.0 -arm64
470+ inputs : aminya/setup-cpp-ubuntu-gcc:22.04-1.2.1
471+ images : aminya/setup-cpp-ubuntu-gcc:22.04-1.2.1 -amd64,aminya/setup-cpp-ubuntu-gcc:22.04-1.2.1 -arm64
472472 push : true
473473 amend : true
474474 - uses : Noelware/docker-manifest-action@0.4.3
475475 with :
476476 inputs : aminya/setup-cpp-ubuntu-gcc:latest
477- images : aminya/setup-cpp-ubuntu-gcc:22.04-1.2.0 -amd64,aminya/setup-cpp-ubuntu-gcc:22.04-1.2.0 -arm64
477+ images : aminya/setup-cpp-ubuntu-gcc:22.04-1.2.1 -amd64,aminya/setup-cpp-ubuntu-gcc:22.04-1.2.1 -arm64
478478 push : true
479479 amend : true
480480
481481 - uses : Noelware/docker-manifest-action@0.4.3
482482 with :
483- inputs : aminya/setup-cpp-ubuntu-mingw:22.04-1.2.0
484- images : aminya/setup-cpp-ubuntu-mingw:22.04-1.2.0 -amd64,aminya/setup-cpp-ubuntu-mingw:22.04-1.2.0 -arm64
483+ inputs : aminya/setup-cpp-ubuntu-mingw:22.04-1.2.1
484+ images : aminya/setup-cpp-ubuntu-mingw:22.04-1.2.1 -amd64,aminya/setup-cpp-ubuntu-mingw:22.04-1.2.1 -arm64
485485 push : true
486486 amend : true
487487 - uses : Noelware/docker-manifest-action@0.4.3
488488 with :
489489 inputs : aminya/setup-cpp-ubuntu-mingw:latest
490- images : aminya/setup-cpp-ubuntu-mingw:22.04-1.2.0 -amd64,aminya/setup-cpp-ubuntu-mingw:22.04-1.2.0 -arm64
490+ images : aminya/setup-cpp-ubuntu-mingw:22.04-1.2.1 -amd64,aminya/setup-cpp-ubuntu-mingw:22.04-1.2.1 -arm64
491491 push : true
492492 amend : true
493493
0 commit comments