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:
|
branches:
|
||||||
- develop-zh
|
- develop-zh
|
||||||
- develop-zh_*
|
- develop-zh_*
|
||||||
pull_request:
|
|
||||||
branches: [ develop-zh ]
|
|
||||||
jobs:
|
jobs:
|
||||||
Docker-Buildx:
|
Docker-Buildx:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -25,5 +23,6 @@ jobs:
|
|||||||
ls -l &&\
|
ls -l &&\
|
||||||
cd scripts &&\
|
cd scripts &&\
|
||||||
ls -l &&\
|
ls -l &&\
|
||||||
|
git update-index --chmod=+x buildx-zh &&\
|
||||||
./buildx-zh
|
./buildx-zh
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user