Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
RazvanLiviuVarzaru committed Aug 30, 2024
2 parents 7f91120 + 51b5f10 commit 701275b
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 @@ -39,7 +39,7 @@ if [[ $branch =~ ^preview ]]; then
else
container_tag=$master_branch
fi
if [ -d "mariadb-docker/$master_branch" ]; then
if [ ! -d "mariadb-docker/$master_branch" ]; then
branch=main
fi
# Container tags must be lower case.
Expand Down

0 comments on commit 701275b

Please sign in to comment.