Skip to content

Commit

Permalink
feat: merge in the tre ui container
Browse files Browse the repository at this point in the history
  • Loading branch information
rdash99 committed Jul 18, 2024
1 parent 76cf836 commit ef52787
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 51 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
- 'src/Tre-Hasura/**'
- 'src/Tre-SQL-PG/**'
- 'src/Tre-SQL-Trino/**'
- 'src/TRE-UI/**'
- 'src/BL/**'
# Make sure all workflows that are "required checks" for a given
# branch protection rule have the same paths: and branches-ignore:
Expand All @@ -33,6 +34,7 @@ on:
- 'src/Tre-Hasura/**'
- 'src/Tre-SQL-PG/**'
- 'src/Tre-SQL-Trino/**'
- 'src/TRE-UI/**'
- 'src/BL/**'
permissions:
contents: write
Expand Down Expand Up @@ -185,6 +187,23 @@ jobs:
cosign-public-key: ${{ vars.COSIGN_PUBLIC_KEY }}
build-file: src/Tre-SQL-Trino/Dockerfile
build-context: src/Tre-SQL-Trino
secrets:
cosign-private-key: ${{ secrets.COSIGN_PRIVATE_KEY }}
cosign-password: ${{ secrets.COSIGN_PASSWORD }}
registry-token: ${{ secrets.HARBOR_TOKEN }}

tre-ui-container:
needs: setup-containers
uses: SwanseaUniversityMedical/workflows/.github/workflows/bulk-pr-and-release-container.yaml@v1.0.0-bulk-containers
with:
job-name: tre-ui-container
registry: ${{ vars.HARBOR_REGISTRY }}
registry-user: ${{ vars.HARBOR_USER }}
registry-repo: ${{ vars.HARBOR_PROJECT }}/${{ vars.HARBOR_REPO }}-tre-ui
release-info: ${{ needs.setup-containers.outputs.release-info }}
cosign-public-key: ${{ vars.COSIGN_PUBLIC_KEY }}
build-file: src/TRE-UI/Dockerfile
build-context: src
secrets:
cosign-private-key: ${{ secrets.COSIGN_PRIVATE_KEY }}
cosign-password: ${{ secrets.COSIGN_PASSWORD }}
Expand Down
51 changes: 0 additions & 51 deletions .github/workflows/tre-ui-container.yaml

This file was deleted.

0 comments on commit ef52787

Please sign in to comment.