File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -85,10 +85,10 @@ jobs:
8585 token : ${{ secrets.REPO_PAT }}
8686 - name : Update image tags in values.yaml based on env specification
8787 run : |
88- sed -i -r 's/grpc-client:(.)+/grpc-client: ${{env.GRPC_CLIENT_IMAGE}}/g' values.yaml
89- sed -i -r 's/grpc-server:(.)+/grpc-server: ${{env.GRPC_SERVER_IMAGE}}/g' values.yaml
90- sed -i -r 's/processor:(.)+/processor: ${{env.PROCESSOR_IMAGE}}/g' values.yaml
91- sed -i -r 's/producer:(.)+/producer: ${{env.PRODUCER_IMAGE}}/g' values.yaml
88+ sed -i -r 's/grpc-client:(.)+/${{env.GRPC_CLIENT_IMAGE}}/g' values.yaml
89+ sed -i -r 's/grpc-server:(.)+/${{env.GRPC_SERVER_IMAGE}}/g' values.yaml
90+ sed -i -r 's/processor:(.)+/${{env.PROCESSOR_IMAGE}}/g' values.yaml
91+ sed -i -r 's/producer:(.)+/${{env.PRODUCER_IMAGE}}/g' values.yaml
9292 - name : Commit and push changes
9393 run : |
9494 git config user.name "github-actions[bot]"
You can’t perform that action at this time.
0 commit comments