Skip to content

Commit

Permalink
Create build-images job.
Browse files Browse the repository at this point in the history
  • Loading branch information
corneil committed Sep 19, 2023
1 parent 9613c36 commit 69cb4ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
needs:
- prepare
strategy:
matrix: ${{ fromJson(needs.prepare.output.matrix) }}
matrix: ${{ fromJson(needs.prepare.outputs.matrix) }}
concurrency:
group: ${{ matrix.name }}
steps:
Expand All @@ -64,7 +64,7 @@ jobs:
- name: Build and Publish ${{ matrix.name }}
shell: bash
env:
TAG: ${{ needs.prepare.output.version }}
TAG: ${{ needs.prepare.outputs.version }}
DEFAULT_JDK: '11'
run: |
.github/workflows/build-image.sh ${{ matrix.path }} ${{ matrix.image }} ${{ matrix.name }}

0 comments on commit 69cb4ef

Please sign in to comment.