测试docker打包

This commit is contained in:
hanhh 2021-07-09 18:35:33 +08:00
parent 93f13552b4
commit e91afe92f7

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