mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-29 01:48:32 +00:00
Merge pull request #119 from runatlantis/workflows
Fix Docker images not building.
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user