Skip to content

Commit cde78e6

Browse files
authored
Fix check-base-images (#1080)
In #1070, the `label` parameter was removed and replaced with a hardcoded value - but the casing was changed such that the matrix was not being properly populated.
1 parent 062c173 commit cde78e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-base-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Check if ${{ matrix.version }} base images updated
5757
if: steps.check-base-images.outputs.outdated
5858
run: |
59-
echo "${{ matrix.version }}" >> rebuild-ee-${{ matrix.version }}
59+
echo "${{ matrix.version }}" >> rebuild-EE-${{ matrix.version }}
6060
# GitHub doesn't support outputs of matrix jobs - https://github.com/orgs/community/discussions/26639
6161
# Instead, write the content to artifact(s) and upload those to consume downstream
6262

0 commit comments

Comments
 (0)