Merge pull request #119 from runatlantis/workflows

Fix Docker images not building.
This commit is contained in:
Luke Kysow
2018-04-29 12:22:53 -06:00
committed by GitHub

View File

@@ -32,6 +32,7 @@ jobs:
steps:
- checkout
- run: make build-service
- setup_remote_docker
- run:
name: Build image
command: |
@@ -54,6 +55,7 @@ jobs:
steps:
- checkout
- run: make build-service
- setup_remote_docker
- run:
name: Build and tag
command: |