Skip to content

Commit

Permalink
ci: build and publish cron with other oss images (#17560)
Browse files Browse the repository at this point in the history
This is needed for cron to be consumed downstream with the correct tag in cloud
  • Loading branch information
cpdeethree committed Oct 4, 2022
1 parent 7126f8a commit 87bba8e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docker-compose-cloud.buildx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,19 @@ services:
platforms:
- linux/amd64
- linux/arm64
cron:
image: airbyte/cron:${VERSION}
build:
dockerfile: Dockerfile
context: airbyte-cron/build/docker
labels:
io.airbyte.git-revision: ${GIT_REVISION}
args:
VERSION: ${VERSION}
x-bake:
tags:
- airbyte/cron:${VERSION}
- airbyte/cron:${ALT_TAG:-${VERSION}}
platforms:
- linux/amd64
- linux/arm64

0 comments on commit 87bba8e

Please sign in to comment.