Skip to content

chore 🧹: added file to reflect advantages of implementing MailHog #2

chore 🧹: added file to reflect advantages of implementing MailHog

chore 🧹: added file to reflect advantages of implementing MailHog #2

Workflow file for this run

name: CI Workflow
on:
push:
branches:
- main
jobs:
docker:
uses: ./.github/workflows/docker-publish.yml
secrets:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}