Skip to content

Commit

Permalink
revert: roll back changes to release ci version number
Browse files Browse the repository at this point in the history
  • Loading branch information
rdash99 committed Jan 4, 2024
1 parent d91e2e1 commit 36b3721
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/on-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

changes:
# Detect which files have been changed on this PR's full history
uses: SwanseaUniversityMedical/workflows/.github/workflows/changes-release.yaml@v5.0.0
uses: SwanseaUniversityMedical/workflows/.github/workflows/changes-release.yaml@v4.3.0
with:
slack-channel: ${{ vars.SLACK_CHANNEL }}
filters: |
Expand All @@ -36,7 +36,7 @@ jobs:
# Build the DARE Hive container and push it as :rc-1.0.0
needs: changes
if: fromJSON(needs.changes.outputs.changes).hive-container == 'true'
uses: SwanseaUniversityMedical/workflows/.github/workflows/on-release-container.yaml@v5.0.0
uses: SwanseaUniversityMedical/workflows/.github/workflows/on-release-container.yaml@v4.3.0
with:
job-name: hive-container
container-registry: ${{ vars.HARBOR_REGISTRY }}
Expand All @@ -58,7 +58,7 @@ jobs:
# Build the chart and push it as x.y.z-rc
needs: changes
if: fromJSON(needs.changes.outputs.changes).chart == 'true'
uses: SwanseaUniversityMedical/workflows/.github/workflows/on-release-chart.yaml@v5.0.0
uses: SwanseaUniversityMedical/workflows/.github/workflows/on-release-chart.yaml@v4.3.0
with:
job-name: chart
chart-registry: ${{ vars.HARBOR_REGISTRY }}
Expand Down

0 comments on commit 36b3721

Please sign in to comment.