Skip to content

Commit

Permalink
ci: iterating on docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
icehaunter committed Jul 18, 2024
1 parent a739ca6 commit f170484
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .buildkite/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ steps:
- export ELECTRIC_IMAGE_NAME="${DOCKERHUB_REPO}/${IMAGE_NAME}"
- cd ./packages/sync-service
- export ELECTRIC_VERSION=$(jq '.version' -r package.json)
- docker buildx build --platform linux/arm64/v8,linux/amd64 --push \
--build-arg ELECTRIC_VERSION=$${ELECTRIC_VERSION} \
-t $${ELECTRIC_IMAGE_NAME}:$${ELECTRIC_VERSION} \
-t $${ELECTRIC_IMAGE_NAME}:latest \
- docker buildx build --platform linux/arm64/v8,linux/amd64 --push
--build-arg ELECTRIC_VERSION=$${ELECTRIC_VERSION}
-t $${ELECTRIC_IMAGE_NAME}:$${ELECTRIC_VERSION}
-t $${ELECTRIC_IMAGE_NAME}:latest
.

0 comments on commit f170484

Please sign in to comment.