Skip to content

Commit 1900dfa

Browse files
committed
Init Agent Api
1 parent 44625ab commit 1900dfa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

workspace/dev_resources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
enabled=ws_settings.build_images,
1919
path=str(ws_settings.ws_root),
2020
# Do not push images after building
21-
push_image=False,
21+
push_image=ws_settings.push_images,
2222
)
2323

2424
# -*- Dev database running on port 5432:5432

workspace/prd_resources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
path=str(ws_settings.ws_root),
3030
platforms=["linux/amd64", "linux/arm64"],
3131
# Push images after building
32-
push_image=True,
32+
push_image=ws_settings.push_images,
3333
)
3434

3535
# -*- S3 bucket for production data (set enabled=True when needed)

0 commit comments

Comments
 (0)