We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d362cd1 commit 4b5c946Copy full SHA for 4b5c946
.github/workflows/build-push.yml
@@ -111,10 +111,10 @@ jobs:
111
},
112
"manifests/base/deployment.yaml": {
113
"spec.template.spec.containers[0].image": "registry.nordix.org/eiffel/etos-api:${{ needs.build_api.outputs.apiVersion }}"
114
- }
+ },
115
"manifests/base/logarea/deployment.yaml": {
116
"spec.template.spec.containers[0].image": "registry.nordix.org/eiffel/etos-logarea:${{ needs.build_logarea.outputs.logAreaVersion }}"
117
- },
+ }
118
}
119
branch: main
120
commitChange: true
0 commit comments