Skip to content

Commit

Permalink
Make sure we clone the repository
Browse files Browse the repository at this point in the history
  • Loading branch information
t-persson committed Nov 27, 2023
1 parent 8822849 commit 5f2f54f
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 5f2f54f

Please sign in to comment.