Skip to content

Commit

Permalink
fixed agent version incorrectly specified (#638)
Browse files Browse the repository at this point in the history
  • Loading branch information
chatton authored Jul 19, 2021
1 parent c2035e4 commit 65db6a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions inventory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ images:

output:
- registry: $(inputs.params.registry)/$(inputs.params.agent_image)
tag: $(inputs.params.version_id)-context
tag: $(inputs.params.agent_version)-context

- name: agent-ubuntu-release
task_type: docker_build
Expand All @@ -103,7 +103,7 @@ images:

output:
- registry: $(inputs.params.registry)/$(inputs.params.agent_image)
tag: $(inputs.params.version_id)
tag: $(inputs.params.agent_version)

- name: agent-ubi
vars:
Expand Down Expand Up @@ -189,7 +189,7 @@ images:

output:
- registry: $(inputs.params.registry)/$(inputs.params.agent_image)
tag: $(inputs.params.version_id)-context
tag: $(inputs.params.agent_version)-context

- name: agent-ubi-release
task_type: docker_build
Expand All @@ -205,7 +205,7 @@ images:

output:
- registry: $(inputs.params.registry)/$(inputs.params.agent_image)
tag: $(inputs.params.version_id)
tag: $(inputs.params.agent_version)

- name: readiness-probe-init
vars:
Expand Down

0 comments on commit 65db6a0

Please sign in to comment.