Skip to content

chore: Update DSharpPlus to 4.5.0 and related fixes #98

chore: Update DSharpPlus to 4.5.0 and related fixes

chore: Update DSharpPlus to 4.5.0 and related fixes #98

Workflow file for this run

name: Publish Docker
on:
push:
branches:
- net-core
jobs:
build:
runs-on: ubuntu-latest
permissions:
packages: write
steps:
- uses: actions/checkout@v2
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: momentum-mod/discord-bot/mmod-discord-bot
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: docker.pkg.github.com
dockerfile: MomentumDiscordBot/Dockerfile