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 12d5d8a commit 220c8b5Copy full SHA for 220c8b5
.github/workflows/build.yml
@@ -86,9 +86,10 @@ jobs:
86
echo "images=$images" >> $GITHUB_ENV
87
- name: Images (for workflow_call)
88
if: inputs.image_json
89
+ env:
90
+ image: ${{ inputs.image_json }}
91
run: |
- images="${{ inputs.image_json }}"
- images="$(<<< $images jq -c '[ . ]')"
92
+ images="$(<<< $image jq -c '[ . ]')"
93
<<< $images jq
94
95
- name: Images with Extras
0 commit comments