Skip to content

Make spam detection per-channel per-member for catching channels #217

Make spam detection per-channel per-member for catching channels

Make spam detection per-channel per-member for catching channels #217

Workflow file for this run

name: Docker Image CI
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Prepare Environment
uses: nelonoel/[email protected]
- name: Publish Image
uses: whoan/docker-build-with-cache-action@v5
with:
username: poketwo
password: ${{ secrets.GHCR_PAT }}
registry: ghcr.io
image_name: guiduck
image_tag: latest,${{ env.BRANCH_NAME }},${{ github.sha }}