Skip to content

Commit

Permalink
Revert to main branch of smk-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelpnelson committed Nov 29, 2024
1 parent e309886 commit c19d125
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deploy-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
fetch-depth: 0

- name: Building image
uses: bcgov/smk-actions/smk-build@github_token
uses: bcgov/smk-actions/smk-build@main
id: buildSMKImage
with:
OPENSHIFT_SERVER_URL: ${{ secrets.OPENSHIFT_SERVER_URL }}
Expand All @@ -57,7 +57,7 @@ jobs:
DOCKER_REGISTRY: 'ghcr.io'

- name: deploying dev
uses: bcgov/smk-actions/smk-deploy@github_token
uses: bcgov/smk-actions/smk-deploy@main
id: deploySMKContainer
with:
OPENSHIFT_SERVER_URL: ${{ secrets.OPENSHIFT_SERVER_URL }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
fetch-depth: 0

- name: deploying prod
uses: bcgov/smk-actions/smk-deploy@github_token
uses: bcgov/smk-actions/smk-deploy@main
id: deploySMKContainer
with:
OPENSHIFT_SERVER_URL: ${{ secrets.OPENSHIFT_SERVER_URL }}
Expand Down

0 comments on commit c19d125

Please sign in to comment.