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 2d58738 commit 29dba7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ phases:
commands:
- docker-compose -f mrt-inttest-services/merritt-tomcat/docker-compose.yml build
- docker-compose -f mrt-inttest-services/merritt-tomcat/docker-compose.yml push
- docker-compose -f mrt-inttest-services/merritt-maven/docker-compose.yml -f mrt-inttest-services/merritt-maven/platforms.yml build
- docker-compose -f mrt-inttest-services/merritt-maven/docker-compose.yml -f mrt-inttest-services/merritt-maven/platforms.yml push
- docker-compose -f mrt-inttest-services/merritt-maven/docker-compose.yml build
- docker-compose -f mrt-inttest-services/merritt-maven/docker-compose.yml push
- docker buildx -t ${ECR_REGISTRY}/merritt-maven:dev -b ECR_REGISTRY=${ECR_REGISTRY} -b JAVA_RELEASE_ARG=${JAVA_RELEASE:-8} --platforms="linux/amd64,linux/arm64" mrt-inttest-services/merritt-maven
- docker push ${ECR_REGISTRY}/merritt-maven:dev
- docker-compose -f mrt-inttest-services/mock-merritt-it/docker-compose.yml build
Expand Down

0 comments on commit 29dba7f

Please sign in to comment.