fix: upd-2 update cd-cd workflow and dockerfile
This commit is contained in:
6
.github/workflows/main.yaml
vendored
6
.github/workflows/main.yaml
vendored
@@ -36,6 +36,12 @@ jobs:
|
||||
with:
|
||||
push: true
|
||||
tags: smallbuster/fire-exam:latest
|
||||
build-args: |
|
||||
NEXT_PUBLIC_MAIL_USER=${{ secrets.NEXT_PUBLIC_MAIL_USER }}
|
||||
NEXT_PUBLIC_MAIL_PASS=${{ secrets.NEXT_PUBLIC_MAIL_PASS }}
|
||||
NEXT_PUBLIC_MAIL_FROM=${{ secrets.NEXT_PUBLIC_MAIL_FROM }}
|
||||
NEXT_PUBLIC_MAIL_TO=${{ secrets.NEXT_PUBLIC_MAIL_TO }}
|
||||
NEXT_PUBLIC_MAIL_SECURE_KEY=${{ secrets.NEXT_PUBLIC_MAIL_SECURE_KEY }}
|
||||
|
||||
- name: Notify Telegram about success
|
||||
if: success()
|
||||
|
||||
Reference in New Issue
Block a user