Skip to content

Commit

Permalink
chore: bump action-deployer-openshift version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Campos committed Oct 1, 2024
1 parent 3cb6a97 commit 981c697
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: OpenShift Init
if: steps.triggers.outputs.core == 'true' || steps.triggers.outputs.sync == 'true'
uses: bcgov-nr/[email protected].0
uses: bcgov-nr/[email protected].1
with:
oc_namespace: ${{ vars.OC_NAMESPACE }}
oc_server: ${{ vars.OC_SERVER }}
Expand All @@ -92,7 +92,7 @@ jobs:

- name: Database
if: steps.triggers.outputs.core == 'true' || steps.triggers.outputs.sync == 'true'
uses: bcgov-nr/[email protected].0
uses: bcgov-nr/[email protected].1
with:
oc_namespace: ${{ vars.OC_NAMESPACE }}
oc_server: ${{ vars.OC_SERVER }}
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
verification_path: "actuator/health"

steps:
- uses: bcgov-nr/[email protected].0
- uses: bcgov-nr/[email protected].1
id: deploys
with:
file: ${{ matrix.file }}
Expand All @@ -167,7 +167,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Deploy (sync)
uses: bcgov-nr/[email protected].0
uses: bcgov-nr/[email protected].1
with:
file: sync/openshift.deploy.yml
oc_namespace: ${{ vars.OC_NAMESPACE }}
Expand Down

0 comments on commit 981c697

Please sign in to comment.