diff --git a/.github/workflows/build-push.yml b/.github/workflows/build-push.yml index a55f7a3..1b25f62 100644 --- a/.github/workflows/build-push.yml +++ b/.github/workflows/build-push.yml @@ -177,7 +177,7 @@ jobs: "spec.template.spec.containers[0].image": "registry.nordix.org/eiffel/etos-iut:${{ needs.build_iut.outputs.iutVersion }}" }, "manifests/base/executionspace/deployment.yaml": { - "spec.template.spec.containers[0].image": "registry.nordix.org/eiffel/etos-executionspace:${{ needs.build_executionspace.outputs.executionSpaceVersion }}" + "2.spec.template.spec.containers[0].image": "registry.nordix.org/eiffel/etos-executionspace:${{ needs.build_executionspace.outputs.executionSpaceVersion }}" } } branch: main