[feature] allow compose.yml
This commit is contained in:
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@@ -16,6 +16,7 @@ on:
|
|||||||
required: false
|
required: false
|
||||||
default: 'ubuntu-22.04'
|
default: 'ubuntu-22.04'
|
||||||
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
description: 'set WORKFLOW_BUILD'
|
description: 'set WORKFLOW_BUILD'
|
||||||
required: false
|
required: false
|
||||||
@@ -412,6 +413,9 @@ jobs:
|
|||||||
if [ -f compose.yaml ]; then
|
if [ -f compose.yaml ]; then
|
||||||
git add compose.yaml
|
git add compose.yaml
|
||||||
fi
|
fi
|
||||||
|
if [ -f compose.yml ]; then
|
||||||
|
git add compose.yml
|
||||||
|
fi
|
||||||
if [ -f LICENSE ]; then
|
if [ -f LICENSE ]; then
|
||||||
git add LICENSE
|
git add LICENSE
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user