Skip to content

Commit

Permalink
CD changes to support R2 builds (#2093)
Browse files Browse the repository at this point in the history
  • Loading branch information
ytqsl authored Apr 26, 2024
1 parent 7b01249 commit 345a9df
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd-ess-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- 'release/**'

paths:
- "ess/src/API/**"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cd-registrants-portal-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- 'release/**'

paths:
- "registrants/src/API/**"
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/cd-registrants-portal-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- 'release/**'

paths:
- "registrants/src/UI/**"
Expand Down Expand Up @@ -70,4 +71,4 @@ jobs:
env:
DOCKER_REPOSITORY: ${{ steps.set_image_repository.outputs.docker-repository }}
run: |
docker push --all-tags ${{ env.DOCKER_REPOSITORY }}
docker push --all-tags ${{ env.DOCKER_REPOSITORY }}
3 changes: 2 additions & 1 deletion .github/workflows/cd-responders-portal-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- "responders/src/API/**"
- "shared/src/**"
- ".github/workflows/cd-responders-portal-api.yml"
- 'release/**'

env:
IMAGE_NAME: responders-portal-api
Expand Down Expand Up @@ -71,4 +72,4 @@ jobs:
env:
DOCKER_REPOSITORY: ${{ steps.set_image_repository.outputs.docker-repository }}
run: |
docker push --all-tags ${{ env.DOCKER_REPOSITORY }}
docker push --all-tags ${{ env.DOCKER_REPOSITORY }}
3 changes: 2 additions & 1 deletion .github/workflows/cd-suppliers-portal-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- 'release/**'

paths:
- "suppliers/src/API/**"
Expand Down Expand Up @@ -70,4 +71,4 @@ jobs:
env:
DOCKER_REPOSITORY: ${{ steps.set_image_repository.outputs.docker-repository }}
run: |
docker push --all-tags ${{ env.DOCKER_REPOSITORY }}
docker push --all-tags ${{ env.DOCKER_REPOSITORY }}
3 changes: 2 additions & 1 deletion .github/workflows/cd-suppliers-portal-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- 'release/**'

paths:
- "suppliers/src/UI/**"
Expand Down Expand Up @@ -70,4 +71,4 @@ jobs:
env:
DOCKER_REPOSITORY: ${{ steps.set_image_repository.outputs.docker-repository }}
run: |
docker push --all-tags ${{ env.DOCKER_REPOSITORY }}
docker push --all-tags ${{ env.DOCKER_REPOSITORY }}

0 comments on commit 345a9df

Please sign in to comment.