Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/shrink/actions-doc…
Browse files Browse the repository at this point in the history
…ker-registry-tag-4
  • Loading branch information
tobiasmllr authored Jan 31, 2024
2 parents e8bb18e + 74c1866 commit 16fb2d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
file: frontend/openshift.deploy.yml
overwrite: true
steps:
- uses: bcgov-nr/action-deployer-openshift@v2.0.0
- uses: bcgov-nr/action-deployer-openshift@v2.1.0
with:
file: ${{ matrix.file }}
oc_namespace: ${{ secrets.OC_NAMESPACE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
overwrite: true
parameters: -p MIN_REPLICAS=1 -p MAX_REPLICAS=1
steps:
- uses: bcgov-nr/action-deployer-openshift@v2.0.0
- uses: bcgov-nr/action-deployer-openshift@v2.1.0
with:
file: ${{ matrix.file }}
oc_namespace: ${{ secrets.OC_NAMESPACE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
file: frontend/openshift.deploy.yml
overwrite: true
steps:
- uses: bcgov-nr/action-deployer-openshift@v2.0.0
- uses: bcgov-nr/action-deployer-openshift@v2.1.0
with:
file: ${{ matrix.file }}
oc_namespace: ${{ secrets.OC_NAMESPACE }}
Expand Down

0 comments on commit 16fb2d7

Please sign in to comment.