Skip to content

Commit

Permalink
Fix executionspace image reference in Github action
Browse files Browse the repository at this point in the history
  • Loading branch information
andmat900 committed Oct 10, 2024
1 parent edeabc9 commit 70b9648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 70b9648

Please sign in to comment.