Skip to content

Commit

Permalink
Update docker-multi-arch-regular.yml (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
GioF71 committed Aug 31, 2023
1 parent 008a651 commit 07284fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-multi-arch-regular.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,10 @@ jobs:
echo "release tag"
tags="$image_name:${distro_friendly_name}-${squeezelite_version_str}"
tags="$tags,$image_name:${distro_friendly_name}-${squeezelite_version_str}-${tag_name}"
special_tag_lookup="${{ matrix.base }}-${{ matrix.sourceforge }}"
select_special_tags=${special_tags["${special_tag_lookup}"]}
building_now="${distro_friendly_name}-${{ matrix.sourceforge }}"
echo "Building now: ["$building_now"]"
select_special_tags=${special_tags["${building_now}"]}
if [[ -n "${select_special_tags}" ]]; then
echo "Found special tags for ["${building_now}"]=["${select_special_tags}"]"
tags="$tags,${select_special_tags}"
Expand Down

0 comments on commit 07284fe

Please sign in to comment.