Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Commit 6c3fb80

Browse files
authored
Fix agent context image input (#886)
1 parent a2983de commit 6c3fb80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inventory.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ images:
9595
dockerfile: scripts/dev/templates/agent/Dockerfile.ubuntu-$(inputs.params.version_id)
9696

9797
buildargs:
98-
imagebase: $(inputs.params.registry)/$(inputs.params.agent_image):$(inputs.params.version_id)-context
98+
imagebase: $(inputs.params.registry)/$(inputs.params.agent_image):$(inputs.params.agent_version)-context
9999
agent_version: $(inputs.params.agent_version)
100100

101101
labels:
@@ -197,7 +197,7 @@ images:
197197
dockerfile: scripts/dev/templates/agent/Dockerfile.ubi-$(inputs.params.version_id)
198198

199199
buildargs:
200-
imagebase: $(inputs.params.registry)/$(inputs.params.agent_image):$(inputs.params.version_id)-context
200+
imagebase: $(inputs.params.registry)/$(inputs.params.agent_image):$(inputs.params.agent_version)-context
201201
agent_version: $(inputs.params.agent_version)
202202

203203
labels:

0 commit comments

Comments
 (0)