Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed Jul 25, 2024
1 parent bbd9a95 commit 0d145b1
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@ phases:
--build-arg ECR_REGISTRY=${ECR_REGISTRY} \
--push mrt-inttest-services/mrt-minio-it-with-content
- |
docker buildx build --platform linux/arm64,linux/amd64 \
-t ${ECR_REGISTRY}/fakesmtp:dev \
--push mrt-inttest-services/fakesmtp
- |
docker buildx build --platform linux/arm64,linux/amd64 \
-t ${ECR_REGISTRY}/mrt-database \
Expand All @@ -81,3 +77,14 @@ phases:
docker buildx build --platform linux/arm64,linux/amd64 \
-t ${ECR_REGISTRY}/callback \
--push mrt-services/callback
phases:
post_build:
# this build may fail due to rate limits
# on-failure: ABORT
commands:
- docker buildx create --use
- |
docker buildx build --platform linux/arm64,linux/amd64 \
-t ${ECR_REGISTRY}/fakesmtp:dev \
--push mrt-inttest-services/fakesmtp

0 comments on commit 0d145b1

Please sign in to comment.