Skip to content

Commit

Permalink
Updated github actions to use shared github-actions repo v17. (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhgriffith-uofu authored Feb 15, 2024
1 parent 18c2e7a commit f9dc33c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
workflow-props:
name: Workflow Properties
if: ${{ github.event.inputs.confirm == 'CONFIRM' }}
uses: slateci/github-actions/.github/workflows/workflow-props.yml@v16
uses: slateci/github-actions/.github/workflows/workflow-props.yml@v17
with:
helm_release_namespace: production
prod_git_ref: v${{ github.event.inputs.release-semver }}
Expand All @@ -41,7 +41,7 @@ jobs:
if: ${{ github.event.inputs.confirm == 'CONFIRM' }}
needs:
- workflow-props
uses: slateci/github-actions/.github/workflows/chart-release-checks.yml@v16
uses: slateci/github-actions/.github/workflows/chart-release-checks.yml@v17
with:
helm_release_namespace: production
helm_release_prefix: slate-portal
Expand All @@ -57,7 +57,7 @@ jobs:
if: ${{ github.event.inputs.confirm == 'CONFIRM' }}
needs:
- checks
uses: slateci/github-actions/.github/workflows/helm-upgrade.yml@v16
uses: slateci/github-actions/.github/workflows/helm-upgrade.yml@v17
with:
helm_release_namespace: production
helm_release_prefix: slate-portal
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
bump-appversion:
name: Bump appVersion
if: ${{ github.event.inputs.confirm == 'CONFIRM' }}
uses: slateci/github-actions/.github/workflows/chart-bump-appversion.yml@v16
uses: slateci/github-actions/.github/workflows/chart-bump-appversion.yml@v17
with:
helm_release_namespace: staging
helm_release_prefix: slate-portal
Expand All @@ -42,7 +42,7 @@ jobs:
if: ${{ github.event.inputs.confirm == 'CONFIRM' }}
needs:
- bump-appversion
uses: slateci/github-actions/.github/workflows/workflow-props.yml@v16
uses: slateci/github-actions/.github/workflows/workflow-props.yml@v17
with:
helm_release_namespace: staging

Expand All @@ -51,7 +51,7 @@ jobs:
if: ${{ github.event.inputs.confirm == 'CONFIRM' }}
needs:
- workflow-props
uses: slateci/github-actions/.github/workflows/chart-release-checks.yml@v16
uses: slateci/github-actions/.github/workflows/chart-release-checks.yml@v17
with:
helm_release_namespace: staging
helm_release_prefix: slate-portal
Expand All @@ -66,7 +66,7 @@ jobs:
if: ${{ github.event.inputs.confirm == 'CONFIRM' }}
needs:
- checks
uses: slateci/github-actions/.github/workflows/image-build-push.yml@v16
uses: slateci/github-actions/.github/workflows/image-build-push.yml@v17
with:
cr_domain: hub.opensciencegrid.org
cr_repository: slate-portal
Expand All @@ -80,7 +80,7 @@ jobs:
if: ${{ github.event.inputs.confirm == 'CONFIRM' }}
needs:
- image
uses: slateci/github-actions/.github/workflows/helm-upgrade.yml@v16
uses: slateci/github-actions/.github/workflows/helm-upgrade.yml@v17
with:
helm_release_namespace: staging
helm_release_prefix: slate-portal
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
chart:
name: Check Helm Chart
uses: slateci/github-actions/.github/workflows/chart-diff-lint.yml@v16
uses: slateci/github-actions/.github/workflows/chart-diff-lint.yml@v17
with:
helm_release_prefix: slate-portal
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ on:
jobs:
lint-scan:
name: Lint/scan image
uses: slateci/github-actions/.github/workflows/image-lint-scan.yml@v16
uses: slateci/github-actions/.github/workflows/image-lint-scan.yml@v17
with:
file: ./resources/docker/Dockerfile

0 comments on commit f9dc33c

Please sign in to comment.