attempt 2
This commit is contained in:
parent
94b540a9ea
commit
17363e14f1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update-server.yml
vendored
2
.github/workflows/update-server.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
run: |
|
||||
cd ${{ github.workspace }}
|
||||
DC_ARGS=""
|
||||
for $f in docker-compose.*.yml; do
|
||||
for f in docker-compose.*.yml; do
|
||||
DC_ARGS="-f $f"
|
||||
done
|
||||
docker-compose $DC_ARGS config
|
||||
|
|
Reference in a new issue