Skip to content

Commit

Permalink
chore(deps): update swanseauniversitymedical/workflows action to v5.1…
Browse files Browse the repository at this point in the history
….2 (#56)

Co-authored-by: serp-renovate[bot] <146882749+serp-renovate[bot]@users.noreply.github.com>
  • Loading branch information
serp-renovate[bot] authored Feb 19, 2024
1 parent 356da47 commit bfc6c81
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/on-pr-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ concurrency:
jobs:
changes:
# Detect which files have been changed on this PR's full history
uses: SwanseaUniversityMedical/workflows/.github/workflows/[email protected].1
uses: SwanseaUniversityMedical/workflows/.github/workflows/[email protected].2
with:
slack-channel: ${{ vars.SLACK_CHANNEL }}
filters: |
Expand All @@ -35,7 +35,7 @@ jobs:
# Build the container and push it as :pr-42 and :pr-42-fe45b3h
needs: changes
if: fromJSON(needs.changes.outputs.changes).canary-container == 'true'
uses: SwanseaUniversityMedical/workflows/.github/workflows/[email protected].1
uses: SwanseaUniversityMedical/workflows/.github/workflows/[email protected].2
with:
job-name: canary-container
registry: ${{ vars.HARBOR_REGISTRY }}
Expand All @@ -55,7 +55,7 @@ jobs:
# Build the chart and push it as :pr-42 and :pr-42-fe45b3h
needs: changes
if: fromJSON(needs.changes.outputs.changes).canary-chart == 'true'
uses: SwanseaUniversityMedical/workflows/.github/workflows/[email protected].1
uses: SwanseaUniversityMedical/workflows/.github/workflows/[email protected].2
with:
job-name: chart
chart: charts/canary
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/on-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:
jobs:
changes:
# Detect which files have been changed on this PR's full history
uses: SwanseaUniversityMedical/workflows/.github/workflows/[email protected].1
uses: SwanseaUniversityMedical/workflows/.github/workflows/[email protected].2
with:
slack-channel: ${{ vars.SLACK_CHANNEL }}
filters: |
Expand All @@ -34,7 +34,7 @@ jobs:
# Build the Airflow container with dags inside and push it as :rc-1.0.0
needs: changes
if: fromJSON(needs.changes.outputs.changes).canary-container == 'true'
uses: SwanseaUniversityMedical/workflows/.github/workflows/[email protected].1
uses: SwanseaUniversityMedical/workflows/.github/workflows/[email protected].2
with:
job-name: canary-container
registry: ${{ vars.HARBOR_REGISTRY }}
Expand All @@ -55,7 +55,7 @@ jobs:
# Build the chart and push it as x.y.z-rc
needs: changes
if: fromJSON(needs.changes.outputs.changes).canary-chart == 'true'
uses: SwanseaUniversityMedical/workflows/.github/workflows/[email protected].1
uses: SwanseaUniversityMedical/workflows/.github/workflows/[email protected].2
with:
job-name: canary-chart
chart-registry: ${{ vars.HARBOR_REGISTRY }}
Expand Down

0 comments on commit bfc6c81

Please sign in to comment.