Skip to content

Filter Emojis out of events for cache efficiency #178

Filter Emojis out of events for cache efficiency

Filter Emojis out of events for cache efficiency #178

Workflow file for this run

name: ci
on:
push:
branches:
- 'master'
jobs:
build-and-push-docker-images:
uses: Discord-TTS/shared-workflows/.github/workflows/docker.yml@v2
with:
repo-name: discord-tts-bot
extra-tag: ${{ github.sha }}
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}