Skip to content

Commit d52eac7

Browse files
committed
Fix parameters for final workflow
Signed-off-by: Charalampos Mainas <charalampos.mainas@gmail.com>
1 parent aab505a commit d52eac7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build_and_manifest.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
name: Build and push image of ${{ inputs.app }} over $${{ inputs.framework }} and ${{ inputs.monitor }} for amd64
2525
uses: ./.github/workflows/build_images.yml
2626
with:
27+
app: ${{ inputs.app }}
28+
framework: ${{ inputs.framework }}
2729
monitor: ${{ inputs.monitor }}
2830
runner: "ubuntu-22.04"
2931
arch: "amd64"
@@ -32,6 +34,8 @@ jobs:
3234
name: Build and push image of ${{ inputs.app }} over $${{ inputs.framework }} and ${{ inputs.monitor }} for arm64
3335
uses: ./.github/workflows/build_images.yml
3436
with:
37+
app: ${{ inputs.app }}
38+
framework: ${{ inputs.framework }}
3539
monitor: ${{ inputs.monitor }}
3640
runner: "ubuntu-22.04-arm"
3741
arch: "arm64"

0 commit comments

Comments
 (0)