fix & refactor: 修复轮盘与夺舍的bug,删除过时配置 #42
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Docker Image CI | |
on: | |
pull_request: | |
branches: [ master ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Build the Docker image for test | |
run: docker build . --file Dockerfile --tag ${GITHUB_ACTOR,,}:pallas-bot |