File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed
Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,16 @@ build:
1313 - BaldurECR :
1414 name : docs
1515 path : ./apps/base-docs/Dockerfile
16- multi_arch : true
16+ - BaldurECR :
17+ name : bridge
18+ path : ./apps/bridge/Dockerfile
19+ - BaldurECR :
20+ name : goerli-bridge
21+ path : ./apps/bridge/Dockerfile
22+ - BaldurECR :
23+ name : sepolia-bridge
24+ path : ./apps/bridge/Dockerfile
1725
1826operate :
1927 slack_channels :
20- - ' #base-codeflow-notifications'
28+ - " #base-codeflow-notifications"
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ set -eo pipefail
33
44# We have to put this in a separate file as the pipeline
55# command needs to be static, and this env var breaks that.
6- docker build --platform=linux/arm64 -- pull -f " $DOCKERFILE_PATH " -t ci_build_test_image --build-arg CODEFLOW_COMMIT_TAG .
6+ docker build --pull -f " $DOCKERFILE_PATH " -t ci_build_test_image --build-arg CODEFLOW_COMMIT_TAG .
77
88# Cleanup after a successful build to avoid the agent
99# running out of disk space!
10- docker image rm -f ci_build_test_image
10+ docker image rm -f ci_build_test_image
You can’t perform that action at this time.
0 commit comments