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
|
||||
|
||||
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
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ package share
|
|||
// VERSION 版本号
|
||||
const VERSION = "0.9.1"
|
||||
|
||||
// BUILDIN 应用打包成一个制品
|
||||
// BUILDIN 打包应用合成一个制品
|
||||
const BUILDIN = false
|
||||
|
||||
// BUILDNAME 制品名称
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue