Skip to content

fix: apply workaround for clients that send mail from auth=<>, but on… #98

fix: apply workaround for clients that send mail from auth=<>, but on…

fix: apply workaround for clients that send mail from auth=<>, but on… #98

Workflow file for this run

name: Push to Docker Hub
on:
push:
branches:
- 'main'
tags:
- '*'
workflow_dispatch:
jobs:
latest:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v4
-
name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Build and Push
uses: ./.github/actions/docker-build
with:
images: yoryan/mailrise