Skip to content

Commit

Permalink
Merge pull request #11418 from thalesmg/fix-ci-scripts-b-20230809
Browse files Browse the repository at this point in the history
  • Loading branch information
id committed Aug 9, 2023
2 parents d5f75a4 + 9e0c091 commit 4bd16ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ make_docker() {
if [[ "$PROFILE" = *-elixir ]]; then
SUFFIX="-elixir"
fi
local DOCKER_REGISTRY="${REGISTRY:-docker.io}"
local DOCKER_REGISTRY="${DOCKER_REGISTRY:-docker.io}"
local DOCKER_ORG="${DOCKER_ORG:-emqx}"
local EMQX_BASE_DOCKER_TAG="${DOCKER_REGISTRY}/${DOCKER_ORG}/${PROFILE%%-elixir}"
local default_tag="${EMQX_BASE_DOCKER_TAG}:${PKG_VSN}${SUFFIX}"
Expand Down

0 comments on commit 4bd16ac

Please sign in to comment.