Skip to content

Commit

Permalink
test: bulk comment fix (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
JossWhittle authored Oct 8, 2024
1 parent 20f2c78 commit 0c27b51
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/multi-container-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ jobs:

controller-container:
needs: setup
uses: SwanseaUniversityMedical/workflows/.github/workflows/bulk-pr-and-release-container.yaml@v1.0.1-bulk-containers
uses: SwanseaUniversityMedical/workflows/.github/workflows/bulk-pr-and-release-container.yaml@fix/charts-and-containers-are-outputting-blank-comments
with:
job-name: controller-container
comment-pr: "true"
comment-release: "true"
registry: ${{ vars.HARBOR_REGISTRY }}
registry-user: ${{ vars.HARBOR_USER }}
registry-repo: ${{ vars.HARBOR_PROJECT }}/controller
release-info: ${{ needs.setup.outputs.release-info }}
release-info: ""
cosign-public-key: ${{ vars.COSIGN_PUBLIC_KEY }}
build-file: containers/controller/Dockerfile
build-context: containers/controller
Expand All @@ -65,7 +65,7 @@ jobs:

trino-container:
needs: setup
uses: SwanseaUniversityMedical/workflows/.github/workflows/bulk-pr-and-release-container.yaml@v1.0.1-bulk-containers
uses: SwanseaUniversityMedical/workflows/.github/workflows/bulk-pr-and-release-container.yaml@fix/charts-and-containers-are-outputting-blank-comments
with:
job-name: trino-container
comment-pr: "true"
Expand All @@ -86,7 +86,7 @@ jobs:

fizzbuzz-chart:
needs: setup
uses: SwanseaUniversityMedical/workflows/.github/workflows/bulk-pr-and-release-chart.yaml@v1.0.0-bulk-charts
uses: SwanseaUniversityMedical/workflows/.github/workflows/bulk-pr-and-release-chart.yaml@fix/charts-and-containers-are-outputting-blank-comments
with:
job-name: fizzbuzz-chart
comment-pr: "true"
Expand All @@ -104,4 +104,4 @@ jobs:
secrets:
cosign-private-key: ${{ secrets.COSIGN_PRIVATE_KEY }}
cosign-password: ${{ secrets.COSIGN_PASSWORD }}
registry-token: ${{ secrets.HARBOR_TOKEN }}
registry-token: ${{ secrets.HARBOR_TOKEN }}

0 comments on commit 0c27b51

Please sign in to comment.