Skip to content

Commit

Permalink
publish connector atelier server (#5347)
Browse files Browse the repository at this point in the history
  • Loading branch information
girarda committed Mar 22, 2023
1 parent e029972 commit bd61e06
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 @@ -36,6 +36,13 @@ services:
context: airbyte-connector-builder-server
labels:
io.airbyte.git-revision: ${GIT_REVISION}
connector-atelier-server:
image: airbyte/connector-atelier-server:${VERSION}
build:
dockerfile: Dockerfile
context: airbyte-connector-atelier-server
labels:
io.airbyte.git-revision: ${GIT_REVISION}
server:
image: airbyte/server:${VERSION}
build:
Expand Down

0 comments on commit bd61e06

Please sign in to comment.