mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-02-02 09:48:13 -05:00
授予scripts文件夹执行权限
This commit is contained in:
parent
c025841004
commit
0fa6184026
6
.github/workflows/docker.yml
vendored
6
.github/workflows/docker.yml
vendored
@ -20,9 +20,7 @@ jobs:
|
|||||||
uses: docker/setup-buildx-action@v2.5.0
|
uses: docker/setup-buildx-action@v2.5.0
|
||||||
- name: Build Dockerfile
|
- name: Build Dockerfile
|
||||||
run: |
|
run: |
|
||||||
ls -l &&\
|
chmod -R 755 scripts && ls -l &&\
|
||||||
cd scripts &&\
|
cd scripts && ls -l &&\
|
||||||
chmod +x buildx-zh &&\
|
|
||||||
ls -l &&\
|
|
||||||
./buildx-zh
|
./buildx-zh
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user