File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
admission-api/src/api/email Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 3838 platforms : linux/amd64,linux/arm64
3939 push : true
4040 tags : ${{ secrets.DOCKER_HUB_USERNAME }}/admission-api:latest
41+ cache-from : type=registry,ref=${{ secrets.DOCKER_HUB_USERNAME }}/admission-api:latest
42+ cache-to : type=inline
4143 web :
4244 runs-on : ubuntu-latest
4345 steps :
5759 file : " ./frontend.Dockerfile"
5860 push : true
5961 tags : ${{ secrets.DOCKER_HUB_USERNAME }}/admission-web:latest
62+ cache-from : type=registry,ref=${{ secrets.DOCKER_HUB_USERNAME }}/admission-web:latest
63+ cache-to : type=inline
6064
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import { EmailService } from './email.service';
2121 } ,
2222 } ,
2323 defaults : {
24- from : ' "FICE Advisor" <admission.ficeadvisor@gmail.com>' ,
24+ from : ` "FICE Advisor" <${ smtpConfiguration . username } >` ,
2525 } ,
2626 template : {
2727 dir : resolve ( process . env . LAMBDA_TASK_ROOT , 'admission-api/email/templates' ) ,
You can’t perform that action at this time.
0 commit comments