Skip to content

Commit

Permalink
Update hack/release-gen-download-section.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Anoop C S <[email protected]>
  • Loading branch information
obnoxxx and anoopcs9 authored Jan 8, 2025
1 parent 8e710d8 commit 3a149ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/release-gen-download-section.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ image_info() {
curr_img="quay.io/samba.org/${1}:${2}"
digest=$(sk_digest "${curr_img}")
# strip preN from tag name
final_tag=${1//pre[0-9]*//}
final_tag=${2/%pre[0-9]*/}
tag_img="quay.io/samba.org/${1}:${final_tag}"
dst_img="quay.io/samba.org/${1}@${digest}"

Expand Down

0 comments on commit 3a149ba

Please sign in to comment.