File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 43
43
steps :
44
44
- uses : actions/checkout@v4
45
45
- name : Deploys
46
- uses : bcgov/action-deployer-openshift@v3.2 .0
46
+ uses : bcgov/action-deployer-openshift@v4.0 .0
47
47
with :
48
48
file : openshift.deploy.yml
49
49
oc_namespace : ${{ secrets.OC_NAMESPACE }}
88
88
- uses : actions/checkout@v4
89
89
90
90
- name : Deploys
91
- uses : bcgov/action-deployer-openshift@v3.2 .0
91
+ uses : bcgov/action-deployer-openshift@v4.0 .0
92
92
with :
93
93
file : openshift.deploy.yml
94
94
oc_namespace : ${{ secrets.OC_NAMESPACE }}
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105
105
environment : dev
106
106
steps :
107
107
- name : Deploys
108
- uses : bcgov/action-deployer-openshift@v3.2 .0
108
+ uses : bcgov/action-deployer-openshift@v4.0 .0
109
109
with :
110
110
file : openshift.deploy.yml
111
111
oc_namespace : ${{ secrets.OC_NAMESPACE }}
@@ -125,7 +125,7 @@ jobs:
125
125
-p TAG=${{ github.event.number }}
126
126
127
127
- name : Deploy dev route
128
- uses : bcgov/action-deployer-openshift@v3.2 .0
128
+ uses : bcgov/action-deployer-openshift@v4.0 .0
129
129
with :
130
130
file : .github/openshift.dev.yml
131
131
oc_namespace : ${{ secrets.OC_NAMESPACE }}
You can’t perform that action at this time.
0 commit comments