File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed
Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -201,25 +201,6 @@ jobs:
201201 deploy-to-openshift :
202202 runs-on : ubuntu-latest
203203 needs : [release, build-and-push]
204- strategy :
205- matrix :
206- component :
207- - name : frontend
208- context : ./components/frontend
209- image : quay.io/ambient_code/vteam_frontend
210- dockerfile : ./components/frontend/Dockerfile
211- - name : backend
212- context : ./components/backend
213- image : quay.io/ambient_code/vteam_backend
214- dockerfile : ./components/backend/Dockerfile
215- - name : operator
216- context : ./components/operator
217- image : quay.io/ambient_code/vteam_operator
218- dockerfile : ./components/operator/Dockerfile
219- - name : claude-code-runner
220- context : ./components/runners
221- image : quay.io/ambient_code/vteam_claude_runner
222- dockerfile : ./components/runners/claude-code-runner/Dockerfile
223204 steps :
224205 - name : Checkout code
225206 uses : actions/checkout@v5
You can’t perform that action at this time.
0 commit comments