测试docker打包

This commit is contained in:
hanhh 2021-07-09 18:35:33 +08:00
parent 381427fd60
commit bbb1fc4e1b

View File

@ -12,7 +12,7 @@ jobs:
build:
name: Build
runs-on: ubuntu-latest
if: "contains(github.event.head_commit.message, '版本号')"
if: "contains(github.event.head_commit.message, 'docker')"
steps:
- name: Checkout base
uses: actions/checkout@v2