mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-02-02 09:48:13 -05:00
增加文件执行权限
This commit is contained in:
parent
5976881376
commit
86797ff8f8
3
.github/workflows/docker.yml
vendored
3
.github/workflows/docker.yml
vendored
@ -5,8 +5,6 @@ on:
|
||||
branches:
|
||||
- develop-zh
|
||||
- develop-zh_*
|
||||
pull_request:
|
||||
branches: [ develop-zh ]
|
||||
jobs:
|
||||
Docker-Buildx:
|
||||
runs-on: ubuntu-latest
|
||||
@ -25,5 +23,6 @@ jobs:
|
||||
ls -l &&\
|
||||
cd scripts &&\
|
||||
ls -l &&\
|
||||
git update-index --chmod=+x buildx-zh &&\
|
||||
./buildx-zh
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user