Skip to content

Commit

Permalink
Update deployer, which is affected by this update
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Sep 27, 2024
1 parent 36fff4f commit 6e770cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: OpenShift Init
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 @@ -66,7 +66,7 @@ jobs:
file: common/openshift.fluentbit.yml
overwrite: true
steps:
- uses: bcgov-nr/[email protected].0
- uses: bcgov-nr/[email protected].1
with:
file: ${{ matrix.file }}
oc_namespace: ${{ vars.OC_NAMESPACE }}
Expand All @@ -86,7 +86,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: OpenShift Init
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 @@ -150,7 +150,7 @@ jobs:
file: common/openshift.fluentbit.yml
overwrite: true
steps:
- uses: bcgov-nr/[email protected].0
- uses: bcgov-nr/[email protected].1
with:
file: ${{ matrix.file }}
oc_namespace: ${{ vars.OC_NAMESPACE }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
[Main Merge Workflow](https://github.com/${{ github.repository }}/actions/workflows/merge-main.yml)
- name: OpenShift Init
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 @@ -127,7 +127,7 @@ jobs:
- name: fluentbit
file: common/openshift.fluentbit.yml
steps:
- uses: bcgov-nr/[email protected].0
- uses: bcgov-nr/[email protected].1
with:
file: ${{ matrix.file }}
oc_namespace: ${{ vars.OC_NAMESPACE }}
Expand Down

0 comments on commit 6e770cb

Please sign in to comment.