Skip to content

fix: raise smtp maximum line limit (see #80) #33

fix: raise smtp maximum line limit (see #80)

fix: raise smtp maximum line limit (see #80) #33

name: Push to GitHub Packages
on:
push:
branches:
- 'main'
tags:
- '*'
workflow_dispatch:
jobs:
latest:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Build and Push
uses: ./.github/actions/docker-build
with:
images: ghcr.io/YoRyan/mailrise