Skip to content

Commit

Permalink
Fix the JSON used to update manifests (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-persson authored Nov 27, 2023
1 parent 207c757 commit 09848ae
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 @@ -79,7 +79,7 @@ jobs:
valueFile: 'manifests/base/kustomization.yaml'
changes: |
{
"configMapGenerator[0].literals[0]": "SUITE_RUNNER=registry.nordix.org/eiffel/etos-suite-runner:${{ needs.build_esr.outputs.esrVersion }}"
"configMapGenerator[0].literals[0]": "SUITE_RUNNER=registry.nordix.org/eiffel/etos-suite-runner:${{ needs.build_esr.outputs.esrVersion }}",
"configMapGenerator[0].literals[1]": "LOG_LISTENER=registry.nordix.org/eiffel/etos-log-listener:${{ needs.build_listener.outputs.logListenerVersion }}"
}
branch: main
Expand Down

0 comments on commit 09848ae

Please sign in to comment.