Skip to content

Commit

Permalink
Merge pull request #620 from gerrod3/pv-fixes6
Browse files Browse the repository at this point in the history
Fix pulp/galaxy-minimal images not being published
  • Loading branch information
dkliban committed Mar 20, 2024
2 parents d6a3c8d + fff1df5 commit 5175d61
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 5175d61

Please sign in to comment.