Skip to content

Commit

Permalink
Merge pull request #93 from microsoft/al/fix_image_tag_calculation
Browse files Browse the repository at this point in the history
Stable image tag calcuation
  • Loading branch information
bradarm authored Jul 29, 2024
2 parents 9501575 + fd40265 commit 13ac238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/m_60_container_registries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ function calculate_tag_from_channel() {
fi

if [[ "${SPACEFX_CHANNEL}" == "stable" ]]; then
return_tag="${tag}-stable"
return_tag="${tag}"
fi

if [[ "${SPACEFX_CHANNEL}" == "rc" ]]; then
Expand Down

0 comments on commit 13ac238

Please sign in to comment.