diff --git a/.circleci/config.yml b/.circleci/config.yml index 69dbcbe..efbc553 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -97,28 +97,6 @@ workflows: DOCKER_TAG=$(docker run sourcecred/sourcecred --version | cut -d' ' -f2) echo "Version that would be used for Docker tag is ${DOCKER_TAG}" - - docker/publish: - image: sourcecred/sourcecred - tag: latest - requires: - - test - filters: - branches: - ignore: /.*/ - tags: - only: /^v.*/ - extra_build_args: --cache-from=node:12,sourcecred/sourcecred:dev - before_build: - - pull_cache - after_build: - - run: - name: Publish Docker Tag with Sourcecred Version - command: | - DOCKER_TAG=$(docker run sourcecred/sourcecred --version | cut -d' ' -f2) - echo "Version for Docker tag is ${DOCKER_TAG}" - docker tag sourcecred/sourcecred:latest sourcecred/sourcecred:${DOCKER_TAG} - docker push sourcecred/sourcecred - - docker/publish: image: sourcecred/sourcecred extra_build_args: --cache-from=node:12,sourcecred/sourcecred:dev