v0.9.1
This commit is contained in:
parent
4ef5cd02ea
commit
9b604ec846
2 changed files with 6 additions and 6 deletions
10
.github/workflows/docker.yml
vendored
10
.github/workflows/docker.yml
vendored
|
|
@ -1,10 +1,10 @@
|
||||||
name: Build and push docker images
|
name: Build and push docker images
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
# push:
|
||||||
branches: [main]
|
# branches: [main]
|
||||||
paths:
|
# paths:
|
||||||
- ".github/workflows/docker.yml"
|
# - ".github/workflows/docker.yml"
|
||||||
workflow_run:
|
workflow_run:
|
||||||
workflows: ["Release Linux"]
|
workflows: ["Release Linux"]
|
||||||
types:
|
types:
|
||||||
|
|
@ -14,7 +14,7 @@ env:
|
||||||
VERSION: 0.9.0
|
VERSION: 0.9.0
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
# if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ package share
|
||||||
// VERSION 版本号
|
// VERSION 版本号
|
||||||
const VERSION = "0.9.1"
|
const VERSION = "0.9.1"
|
||||||
|
|
||||||
// BUILDIN 应用打包成一个制品
|
// BUILDIN 打包应用合成一个制品
|
||||||
const BUILDIN = false
|
const BUILDIN = false
|
||||||
|
|
||||||
// BUILDNAME 制品名称
|
// BUILDNAME 制品名称
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue