Skip to content

fix: korean phrase in please command (#955) #6

fix: korean phrase in please command (#955)

fix: korean phrase in please command (#955) #6

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