File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7272 - name : PR Number
7373 id : pr
7474 if : inputs.tag == ''
75- uses : bcgov/action-get-pr@v0.2 .0
75+ uses : bcgov/action-get-pr@v0.3 .0
7676
7777 - name : Vars
7878 id : vars
@@ -103,7 +103,7 @@ jobs:
103103 fi
104104
105105 - name : OpenShift Init
106- uses : bcgov/action-deployer-openshift@v4.1.0
106+ uses : bcgov/action-deployer-openshift@v4.1.1
107107 with :
108108 oc_namespace : ${{ vars.OC_NAMESPACE }}
109109 oc_server : ${{ vars.OC_SERVER }}
@@ -138,7 +138,7 @@ jobs:
138138 - name : public
139139 overwrite : true
140140 steps :
141- - uses : bcgov/action-deployer-openshift@v4.1.0
141+ - uses : bcgov/action-deployer-openshift@v4.1.1
142142 with :
143143 file : ${{ matrix.name }}/openshift.deploy.yml
144144 oc_namespace : ${{ vars.OC_NAMESPACE }}
Original file line number Diff line number Diff line change 4444 uses : actions/checkout@v6
4545
4646 - name : Build and Push new db version Docker Image (for db upgrade)
47- uses : bcgov/action-builder-ghcr@v4.4.0
47+ uses : bcgov/action-builder-ghcr@v4.4.1
4848 with :
4949 package : ${{ env.COMPONENT }}
5050 build_context : ./db
5454 token : ${{ secrets.GITHUB_TOKEN }}
5555
5656 - name : OpenShift Init
57- uses : bcgov/action-deployer-openshift@v4.1.0
57+ uses : bcgov/action-deployer-openshift@v4.1.1
5858 with :
5959 oc_namespace : ${{ vars.OC_NAMESPACE }}
6060 oc_server : ${{ vars.OC_SERVER }}
@@ -179,7 +179,7 @@ jobs:
179179
180180 - name : OpenShift Deploy (new version db upgrade container)
181181 # New db pod with new db version and extension installed.
182- uses : bcgov/action-deployer-openshift@v4.1.0
182+ uses : bcgov/action-deployer-openshift@v4.1.1
183183 with :
184184 file : db/openshift.deploy.dbupgrade.${{ env.DB_UPGRADE_VERSION }}.yml
185185 oc_namespace : ${{ vars.OC_NAMESPACE }}
@@ -368,7 +368,7 @@ jobs:
368368 if : ${{ inputs.revert-only == true || failure() }} # Run if revert-only is true or db-major-upgrade fails
369369 steps :
370370 - name : OpenShift Init
371- uses : bcgov/action-deployer-openshift@v4.1.0
371+ uses : bcgov/action-deployer-openshift@v4.1.1
372372 with :
373373 oc_namespace : ${{ vars.OC_NAMESPACE }}
374374 oc_server : ${{ vars.OC_SERVER }}
Original file line number Diff line number Diff line change 3232 build_file : public/Dockerfile
3333 steps :
3434 - uses : actions/checkout@v6
35- - uses : bcgov/action-builder-ghcr@v4.4.0
35+ - uses : bcgov/action-builder-ghcr@v4.4.1
3636 with :
3737 package : ${{ matrix.package }}
3838 build_context : ${{ matrix.build_context }}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ permissions:
1414jobs :
1515 cleanup :
1616 name : Cleanup and Images
17- uses : bcgov/quickstart-openshift-helpers/.github/workflows/.pr-close.yml@v1.2.0
17+ uses : bcgov/quickstart-openshift-helpers/.github/workflows/.pr-close.yml@v1.2.1
1818 secrets :
1919 oc_namespace : ${{ vars.OC_NAMESPACE }}
2020 oc_token : ${{ secrets.OC_TOKEN }}
Original file line number Diff line number Diff line change 3535 triggers : ('public/' 'libs/')
3636 steps :
3737 - uses : actions/checkout@v6
38- - uses : bcgov/action-builder-ghcr@v4.4.0
38+ - uses : bcgov/action-builder-ghcr@v4.4.1
3939 with :
4040 package : ${{ matrix.package }}
4141 build_context : ${{ matrix.build_context }}
Original file line number Diff line number Diff line change 2626 needs : [init]
2727 permissions :
2828 pull-requests : write
29- uses : bcgov/quickstart-openshift-helpers/.github/workflows/.pr-validate.yml@v1.2.0
29+ uses : bcgov/quickstart-openshift-helpers/.github/workflows/.pr-validate.yml@v1.2.1
3030 with :
3131 markdown_links : |
3232 - [api](https://fom-${{ needs.init.outputs.mod-tag }}.apps.silver.devops.gov.bc.ca/api)
You can’t perform that action at this time.
0 commit comments