File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 docker_tag : ${{ inputs.docker_tag }}
1919 container_name : base
2020 package_non_base_docker_image :
21- runs-on : ubuntu-22.04
2221 needs :
2322 - package_base_docker_image
2423 strategy :
2726 include :
2827 - container_name : node_24_python_3_14
2928 - container_name : node_24_python_3_13
30- steps :
31- - name : build
32- uses : ./.github/workflows/build_multi_arch_image.yml
33- with :
34- tag_latest : ${{ inputs.tag_latest }}
35- docker_tag : ${{ inputs.docker_tag }}
36- container_name : ${{ matrix.container_name }}
29+ uses : ./.github/workflows/build_multi_arch_image.yml
30+ with :
31+ tag_latest : ${{ inputs.tag_latest }}
32+ docker_tag : ${{ inputs.docker_tag }}
33+ container_name : ${{ matrix.container_name }}
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ name: Build and push docker image
1414
1515jobs :
1616 build_image :
17+ name : Build image for ${{ inputs.container_name }}
1718 permissions :
1819 id-token : write
1920 runs-on : ' ${{ matrix.runner }}'
@@ -115,7 +116,7 @@ jobs:
115116 DOCKER_TAG : ' ${{ inputs.docker_tag }}'
116117
117118 publish_image :
118- needs : build_image
119+ name : Publish image for ${{ inputs.container_name }}
119120 runs-on : ubuntu-22.04
120121 permissions :
121122 contents : read
@@ -124,8 +125,7 @@ jobs:
124125 id-token : write
125126 steps :
126127 - name : Free Disk Space for Docker
127- uses : >-
128- endersonmenezes/free-disk-space@e6ed9b02e683a3b55ed0252f1ee469ce3b39a885
128+ uses : endersonmenezes/free-disk-space@e6ed9b02e683a3b55ed0252f1ee469ce3b39a885
129129 with :
130130 remove_android : true
131131 remove_dotnet : true
You can’t perform that action at this time.
0 commit comments