Skip to content

Commit f096643

Browse files
committed
fix matrix
1 parent 0b67ad5 commit f096643

2 files changed

Lines changed: 8 additions & 11 deletions

File tree

.github/workflows/build_all_images.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
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:
@@ -27,10 +26,8 @@ jobs:
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 }}

.github/workflows/build_multi_arch_image.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ name: Build and push docker image
1414

1515
jobs:
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

0 commit comments

Comments
 (0)