Skip to content

Commit fff1df5

Browse files
committed
Fix pulp/galaxy-minimal images not being published
[noissue]
1 parent c375304 commit fff1df5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
if [[ "${{ matrix.image_name }}" == "pulp" || "${{ matrix.image_name }}" == "galaxy" ]]; then
187187
images="${{ matrix.image_name }}"
188188
else
189-
images="${{ matrix.app.image_name }} ${base_image}-web"
189+
images="${{ matrix.image_name }} ${base_image}-web"
190190
fi
191191
echo "Going to publish app images: $images"
192192
echo "IMAGES=${images}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)