Skip to content

Commit

Permalink
feat: test smaller semantic release container
Browse files Browse the repository at this point in the history
  • Loading branch information
JossWhittle committed Apr 8, 2024
1 parent d5626d3 commit b2c734f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/controller-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
# Job name must be unique across repo to target
# branch protection rules "required checks" properly!
controller-container:
uses: SwanseaUniversityMedical/workflows/.github/workflows/pr-and-release-container.yaml@v1.6.0-containers
uses: SwanseaUniversityMedical/workflows/.github/workflows/pr-and-release-container.yaml@feat/smaller-semantic-release-container
with:
job-name: controller-container
registry: ${{ vars.HARBOR_REGISTRY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fizzbuzz-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
# Job name must be unique across repo to target
# branch protection rules "required checks" properly!
fizzbuzz-chart:
uses: SwanseaUniversityMedical/workflows/.github/workflows/pr-and-release-chart.yaml@v1.3.0-charts
uses: SwanseaUniversityMedical/workflows/.github/workflows/pr-and-release-chart.yaml@feat/smaller-semantic-release-container
with:
job-name: fizzbuzz-chart
registry: ${{ vars.HARBOR_REGISTRY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fizzbuzz-crds-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
# Job name must be unique across repo to target
# branch protection rules "required checks" properly!
fizzbuzz-crds-chart:
uses: SwanseaUniversityMedical/workflows/.github/workflows/pr-and-release-chart.yaml@v1.3.0-charts
uses: SwanseaUniversityMedical/workflows/.github/workflows/pr-and-release-chart.yaml@feat/smaller-semantic-release-container
with:
job-name: fizzbuzz-crds-chart
registry: ${{ vars.HARBOR_REGISTRY }}
Expand Down

0 comments on commit b2c734f

Please sign in to comment.