Skip to content

Commit

Permalink
Make the dockerhub organization configurable
Browse files Browse the repository at this point in the history
Also: use 'REPO' to name the repo, not the organization.
  • Loading branch information
chrzaszcz committed Sep 17, 2024
1 parent 9c1cdf8 commit c7b5bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/circleci-prepare-mongooseim-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fi

echo "Tag: ${DOCKERHUB_TAG}"

export IMAGE_TAG=${DOCKERHUB_REPO}/mongooseim:${DOCKERHUB_TAG}
export IMAGE_TAG=${DOCKERHUB_ORG}/${DOCKERHUB_REPO}:${DOCKERHUB_TAG}

git clone https://github.com/esl/mongooseim-docker.git
cd mongooseim-docker
Expand Down

0 comments on commit c7b5bf1

Please sign in to comment.