Skip to content

1. feat: #3 自動轉讓房主權限給下一位用戶,當原房主離開頻道時 #7

1. feat: #3 自動轉讓房主權限給下一位用戶,當原房主離開頻道時

1. feat: #3 自動轉讓房主權限給下一位用戶,當原房主離開頻道時 #7

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
- name: Login to GitHub Container Registry
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and Push Docker Image
run: |
docker build . --tag ghcr.io/interfacegui/discord-temp-vc-bot:latest
docker push ghcr.io/interfacegui/discord-temp-vc-bot:latest