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 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

View file

@ -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 制品名称