Skip to content

Allow punishment to be optional for basic AutoMod rules #11

Allow punishment to be optional for basic AutoMod rules

Allow punishment to be optional for basic AutoMod rules #11

Workflow file for this run

name: Build Docker Image
on:
push:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Log in to the Container registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build & Push Image
uses: docker/build-push-action@v4
with:
context: .
platforms: linux/amd64
push: true
tags: ghcr.io/lightning-bot/sanctum:latest