fix: upd-2 update cd-cd workflow and dockerfile

This commit is contained in:
2025-07-02 10:44:09 +03:00
parent f687e7f4a9
commit 95a23eb963
2 changed files with 26 additions and 1 deletions

View File

@@ -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()