comment
All checks were successful
Lint Checks / Run linter (pull_request) Successful in 26s
Deploy Test / Run deploy test suite (pull_request) Successful in 4m35s
Webapp Test / Run webapp test suite (pull_request) Successful in 5m2s
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Successful in 6m13s
Smoke Test / Run basic test suite (pull_request) Successful in 3m1s
All checks were successful
Lint Checks / Run linter (pull_request) Successful in 26s
Deploy Test / Run deploy test suite (pull_request) Successful in 4m35s
Webapp Test / Run webapp test suite (pull_request) Successful in 5m2s
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Successful in 6m13s
Smoke Test / Run basic test suite (pull_request) Successful in 3m1s
This commit is contained in:
parent
a54e9c43a0
commit
8efe753ca4
@ -118,8 +118,7 @@ def process_app_deployment_request(
|
|||||||
# simply add our unique tag to the existing image and we are done
|
# simply add our unique tag to the existing image and we are done
|
||||||
add_tags_to_image(image_registry, app_image_shared_tag, deployment_container_unique_tag)
|
add_tags_to_image(image_registry, app_image_shared_tag, deployment_container_unique_tag)
|
||||||
else:
|
else:
|
||||||
# TODO: pull from request
|
extra_build_args = [] # TODO: pull from request
|
||||||
extra_build_args = []
|
|
||||||
build_container_image(app, deployment_container_unique_tag, extra_build_args, log_file)
|
build_container_image(app, deployment_container_unique_tag, extra_build_args, log_file)
|
||||||
push_container_image(deployment_dir, log_file)
|
push_container_image(deployment_dir, log_file)
|
||||||
# The build/push commands above will use the unique deployment tag, so now we need to add the shared tag.
|
# The build/push commands above will use the unique deployment tag, so now we need to add the shared tag.
|
||||||
|
Loading…
Reference in New Issue
Block a user