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 c375304 commit fff1df5Copy full SHA for fff1df5
.github/workflows/release.yml
@@ -186,7 +186,7 @@ jobs:
186
if [[ "${{ matrix.image_name }}" == "pulp" || "${{ matrix.image_name }}" == "galaxy" ]]; then
187
images="${{ matrix.image_name }}"
188
else
189
- images="${{ matrix.app.image_name }} ${base_image}-web"
+ images="${{ matrix.image_name }} ${base_image}-web"
190
fi
191
echo "Going to publish app images: $images"
192
echo "IMAGES=${images}" >> $GITHUB_ENV
0 commit comments