Skip to content

Commit

Permalink
Temporarily execute 'docker login' also before the smoke test
Browse files Browse the repository at this point in the history
This is needed for now, because the repo is provate.
  • Loading branch information
chrzaszcz committed Sep 17, 2024
1 parent c7b5bf1 commit 61956bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/circle-build-and-push-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ cp ../mongooseim-*.tar.gz member

docker run --privileged --rm tonistiigi/binfmt --install all
docker buildx create --name builder --driver docker-container --bootstrap --use
docker login -u ${DOCKERHUB_USER} -p ${DOCKERHUB_PASS}

docker buildx build --platform linux/amd64,linux/arm64 \
-f Dockerfile.member -t ${IMAGE_TAG} --push --provenance=false --progress=plain \
Expand Down
2 changes: 2 additions & 0 deletions tools/circleci-prepare-mongooseim-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ export IMAGE_TAG=${DOCKERHUB_ORG}/${DOCKERHUB_REPO}:${DOCKERHUB_TAG}
git clone https://github.com/esl/mongooseim-docker.git
cd mongooseim-docker
git checkout $MIM_DOCKER_VERSION

docker login -u ${DOCKERHUB_USER} -p ${DOCKERHUB_PASS}

0 comments on commit 61956bf

Please sign in to comment.