Skip to content

Commit

Permalink
Fix pulp/galaxy-minimal images not being published
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
gerrod3 committed Mar 20, 2024
1 parent c375304 commit fff1df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
if [[ "${{ matrix.image_name }}" == "pulp" || "${{ matrix.image_name }}" == "galaxy" ]]; then
images="${{ matrix.image_name }}"
else
images="${{ matrix.app.image_name }} ${base_image}-web"
images="${{ matrix.image_name }} ${base_image}-web"
fi
echo "Going to publish app images: $images"
echo "IMAGES=${images}" >> $GITHUB_ENV
Expand Down

0 comments on commit fff1df5

Please sign in to comment.