Skip to content

Commit

Permalink
ci: drop circleci docker hub update (runatlantis#2102)
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 authored and krrrr38 committed Dec 16, 2022
1 parent bdcfd61 commit cd00e9c
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,22 +47,6 @@ jobs:
--buffer-size 8192 \
http://localhost:8080/
# Build and push Docker tag.
docker_tag:
docker:
- image: circleci/golang:1.17 # If you update this, update it in the Makefile too
steps:
- checkout
- run: make build-service
- setup_remote_docker
- run:
name: Build and tag
command: |
if [ -n "${CIRCLE_TAG}" ]; then
docker build -t "runatlantis/atlantis:${CIRCLE_TAG}" .
docker login -u "$DOCKER_USER" -p "$DOCKER_PASSWORD"
docker push "runatlantis/atlantis:${CIRCLE_TAG}"
fi
workflows:
version: 2
branch:
Expand All @@ -81,13 +65,3 @@ workflows:
# the atlantis-e2e-tests context (and also doc PRs).
ignore: /(pull\/\d+)|(docs\/.*)/
- website_link_check
tag:
jobs:
- docker_tag:
context:
- docker-push
filters:
branches:
ignore: /.*/
tags:
only: /^v.*/

0 comments on commit cd00e9c

Please sign in to comment.