Skip to content

Feat include current channel in repel (#963) #10

Feat include current channel in repel (#963)

Feat include current channel in repel (#963) #10

name: ci
on:
push:
branches:
- 'master'
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Login to DockerHub
uses: docker/login-action@v1
with:
registry: ghcr.io
username: r-webdev
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
id: docker_build
uses: docker/build-push-action@v2
with:
push: true
tags: ghcr.io/r-webdev/support-bot:stable,ghcr.io/r-webdev/support-bot:latest