Skip to content

Commit

Permalink
fix init image in build (#955)
Browse files Browse the repository at this point in the history
* fix init build

* build init from the same base as seed
  • Loading branch information
jrhizor authored Nov 12, 2020
1 parent deea76b commit 1703c5a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker-compose.build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ services:
context: airbyte-db
labels:
io.airbyte.git-revision: ${GIT_REVISION}
init:
image: airbyte/init:dev
build:
dockerfile: Dockerfile
context: airbyte-config/init
labels:
io.airbyte.git-revision: ${GIT_REVISION}
seed:
image: airbyte/seed:dev
build:
Expand Down

0 comments on commit 1703c5a

Please sign in to comment.