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 6, 2024
1 parent 0ee4c89 commit 8b6d9cd
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=erlangsolutions/mongooseim:${DOCKERHUB_TAG}

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

0 comments on commit 8b6d9cd

Please sign in to comment.