Skip to content

Commit

Permalink
Docker Library - account for main branch -ubi fix
Browse files Browse the repository at this point in the history
main_branch not used after this point.

branch needed the -ubi append.
  • Loading branch information
grooverdan committed Aug 22, 2024
1 parent e04e024 commit de935fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker-library-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ case "${buildername#*ubuntu-}" in
;;
*-rhel-9-rpm-autobake)
ubi=-ubi
master_branch=${master_branch}-ubi
branch=${branch}-ubi
;;
*)
echo "unknown base buildername $buildername"
Expand Down

0 comments on commit de935fe

Please sign in to comment.