Skip to content

Commit

Permalink
Add missing DOCKER_USERNAME variables
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfirth committed Sep 5, 2019
1 parent a55a65b commit 0321858
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ jobs:
build:
docker:
- image: circleci/buildpack-deps:stable
environment:
DOCKER_USERNAME: jackfirth
steps:
- checkout
- setup_remote_docker
Expand All @@ -12,6 +14,8 @@ jobs:
build-and-deploy:
docker:
- image: circleci/buildpack-deps:stable
environment:
DOCKER_USERNAME: jackfirth
steps:
- checkout
- setup_remote_docker
Expand Down

0 comments on commit 0321858

Please sign in to comment.