Skip to content

Commit b926669

Browse files
committed
fix merge
1 parent 2d1d915 commit b926669

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

inventories/agent.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ vars:
33
s3_bucket: s3://enterprise-operator-dockerfiles/dockerfiles/mongodb-agent
44

55
images:
6-
- name: mongodb-agent
6+
- name: mongodb-agent-ubi
77
vars:
88
context: .
99
template_context: docker/mongodb-agent

pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1233,7 +1233,7 @@ def build_multi_arch_agent_in_sonar(
12331233

12341234
build_image_generic(
12351235
config=build_configuration,
1236-
image_name="mongodb-agent",
1236+
image_name="mongodb-agent-ubi",
12371237
inventory_file="inventories/agent.yaml",
12381238
multi_arch_args_list=joined_args,
12391239
with_image_base=False,

0 commit comments

Comments
 (0)