Skip to content

Commit

Permalink
chore(ci): actions moved to bcgov org (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Jan 21, 2025
1 parent 490f53a commit 1767a6a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Initialize
uses: bcgov-nr/[email protected]
uses: bcgov/[email protected]
with:
oc_namespace: ${{ vars.OC_NAMESPACE }}
oc_server: ${{ vars.OC_SERVER }}
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Deploy Minio
uses: bcgov-nr/[email protected]
uses: bcgov/[email protected]
with:
oc_namespace: ${{ vars.OC_NAMESPACE }}
oc_server: ${{ vars.OC_SERVER }}
Expand All @@ -82,7 +82,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Database
uses: bcgov-nr/[email protected]
uses: bcgov/[email protected]
with:
oc_namespace: ${{ vars.OC_NAMESPACE }}
oc_server: ${{ vars.OC_SERVER }}
Expand All @@ -107,7 +107,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Deploy Backend
uses: bcgov-nr/[email protected]
uses: bcgov/[email protected]
with:
oc_namespace: ${{ vars.OC_NAMESPACE }}
oc_server: ${{ vars.OC_SERVER }}
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
# runs-on: ubuntu-24.04
# steps:
# - name: Deploy Frontend
# uses: bcgov-nr/[email protected]
# uses: bcgov/[email protected]
# with:
# oc_namespace: ${{ vars.OC_NAMESPACE }}
# oc_server: ${{ vars.OC_SERVER }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
# - dir: frontend
# token: SONAR_TOKEN_FRONTEND
# steps:
# - uses: bcgov-nr/[email protected]
# - uses: bcgov/[email protected]
# with:
# commands: |
# npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# Get PR number for squash merges to main
- name: PR Number
id: pr
uses: bcgov-nr/[email protected]
uses: bcgov/[email protected]

deploys-test:
name: TEST Deploys (${{ needs.init.outputs.pr }})
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 @@ -9,7 +9,7 @@ concurrency:
cancel-in-progress: true

jobs:
# https://github.com/bcgov-nr/action-builder-ghcr
# https://github.com/bcgov/action-builder-ghcr
builds:
name: Builds
runs-on: ubuntu-24.04
Expand All @@ -22,7 +22,7 @@ jobs:
build_file: ./backend/Dockerfile
timeout-minutes: 20
steps:
- uses: bcgov-nr/[email protected]
- uses: bcgov/[email protected]
with:
keep_versions: 50
build_context: ${{ matrix.build_context }}
Expand Down

0 comments on commit 1767a6a

Please sign in to comment.