Skip to content

Commit

Permalink
fix: fix name of matrics variable (#45)
Browse files Browse the repository at this point in the history
Signed-off-by: Smuu <18609909+Smuu@users.noreply.github.com>
  • Loading branch information
smuu authored Apr 3, 2023
1 parent 8e20dd5 commit 42160b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable_dockerfile_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
OUTPUT_SHORT_SHA: ${{ needs.prepare-env.outputs.output_short_sha }}
OUTPUT_IMAGE_NAME: ${{ needs.prepare-env.outputs.output_image_name }}
with:
platforms: ${{ matrix.platform }}
platforms: ${{ matrix.platforms }}
# yamllint disable
# The following line, is execute as an if statement, only push when
# the branch is main, master or starts with v*
Expand Down

0 comments on commit 42160b1

Please sign in to comment.