Skip to content

Commit

Permalink
fix: remove docker-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias committed May 20, 2019
1 parent 40f29e1 commit 788fadb
Showing 1 changed file with 1 addition and 29 deletions.
30 changes: 1 addition & 29 deletions .circleci/config.yml
Expand Up @@ -40,25 +40,6 @@ jobs:
command: |
rm -rf frontend/build
git checkout -- go.sum # TODO: why is it being changed?
- persist_to_workspace:
root: .
paths:
- '*'
docker-latest:
docker:
- image: docker
steps:
- attach_workspace:
at: '~/project'
- setup_remote_docker
- run: docker build -t filebrowser/filebrowser .
- run: docker login -u $DOCKER_USERNAME -p $DOCKER_PASSWORD
- run: docker push filebrowser/filebrowser
- run: docker logout
- persist_to_workspace:
root: .
paths:
- '*'
release:
docker:
- image: circleci/golang:1.12
Expand Down Expand Up @@ -96,13 +77,4 @@ workflows:
tags:
only: /^v.*/
branches:
ignore: /.*/
- docker-latest:
context: deploy
requires:
- build-go
filters:
branches:
only: master
tags:
ignore: /.*/
ignore: /.*/

0 comments on commit 788fadb

Please sign in to comment.