From 3e0ab2d386ab15755f3826874cc908d37ce55ea6 Mon Sep 17 00:00:00 2001 From: Carlos Tadeu Panato Junior Date: Wed, 20 Oct 2021 16:54:23 +0200 Subject: [PATCH] ci: remove image push to the official image repository and use the test instead (#18738) --- .circleci/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2ed98cb74f..bf6764d5b2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -479,8 +479,7 @@ jobs: export DOCKER_CLI_EXPERIMENTAL=enabled echo $DOCKER_PASSWORD | docker login --username $DOCKER_USERNAME --password-stdin export MM_PACKAGE=https://pr-builds.mattermost.com/mattermost-server/commit/${CIRCLE_SHA1}/mattermost-team-linux-amd64.tar.gz - # Pushing the images to two places to not break anything, but the `mattermost/mattermost-team-edition` will be removed soon. - docker buildx build --push --build-arg MM_PACKAGE=$MM_PACKAGE -t mattermost/mattermost-team-edition:${TAG} -t mattermost/mm-te-test:${TAG} build + docker buildx build --push --build-arg MM_PACKAGE=$MM_PACKAGE -t mattermost/mm-te-test:${TAG} build workflows: version: 2