Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan faircloth committed Aug 27, 2019
1 parent f3250fc commit baf2dbd
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,15 +211,14 @@ jobs:
command: docker push $IMAGE_NAME:edge

publish-version:
machine:
image: ubuntu-1604:201903-01
docker_layer_caching: true # default - false
environment:
IMAGE_NAME: rfaircloth/scs
docker:
- image: circleci/buildpack-deps:latest
steps:
- checkout
- setup_remote_docker:
version: 18.09.3
docker_layer_caching: true

- run:
name: Docker Login
command: docker login -u $DOCKER_USER -p $DOCKER_PASS
Expand Down

0 comments on commit baf2dbd

Please sign in to comment.