This commit is contained in:
Max 2022-02-13 19:14:12 +08:00
parent 4ef5cd02ea
commit 9b604ec846
2 changed files with 6 additions and 6 deletions

View file

@ -1,10 +1,10 @@
name: Build and push docker images
on:
push:
branches: [main]
paths:
- ".github/workflows/docker.yml"
# push:
# branches: [main]
# paths:
# - ".github/workflows/docker.yml"
workflow_run:
workflows: ["Release Linux"]
types:
@ -14,7 +14,7 @@ env:
VERSION: 0.9.0
jobs:
build:
# if: ${{ github.event.workflow_run.conclusion == 'success' }}
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
steps:
- name: Checkout

View file

@ -3,7 +3,7 @@ package share
// VERSION 版本号
const VERSION = "0.9.1"
// BUILDIN 应用打包成一个制品
// BUILDIN 打包应用合成一个制品
const BUILDIN = false
// BUILDNAME 制品名称