We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 407c401 commit 4e30669Copy full SHA for 4e30669
1 file changed
.github/actions/create-multiarch-manifest/action.yml
@@ -24,7 +24,7 @@ runs:
24
steps:
25
- shell: bash
26
run: |
27
- tag=$(scripts/get_tag.sh "${{ inputs.image_flavor }}")
+ tag=$(scripts/get_tag.sh "${{ inputs.image-flavor }}")
28
read -ra archs <<< "${{ inputs.archs }}"
29
declare -a images=()
30
for arch in "${archs[@]}"; do
0 commit comments