Skip to content

Commit

Permalink
Make sure we clone the repository (eiffel-community#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-persson authored and andmat900 committed Mar 5, 2024
1 parent 6f31d62 commit 0de920c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,16 +71,17 @@ jobs:
runs-on: ubuntu-latest
needs: [build_api, build_sse]
steps:
- uses: actions/checkout@v3
- name: Update manifests
uses: fjogeleit/yaml-update-action@main
with:
changes: |
{
"manifests/base/sse/deployment.yaml": {
"spec.template.spec.containers[0].image": "${{ needs.build_sse.outputs.sseVersion }}"
"spec.template.spec.containers[0].image": "registry.nordix.org/eiffel/etos-sse:${{ needs.build_sse.outputs.sseVersion }}"
},
"manifests/base/deployment.yaml": {
"spec.template.spec.containers[0].image": "${{ needs.build_api.outputs.apiVersion }}"
"spec.template.spec.containers[0].image": "registry.nordix.org/eiffel/etos-api:${{ needs.build_api.outputs.apiVersion }}"
}
}
branch: main
Expand Down

0 comments on commit 0de920c

Please sign in to comment.