mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-01-22 12:58:13 -05:00
调整执行脚本目录
This commit is contained in:
parent
fdcd1f2e0f
commit
ad6655c8c8
3
.github/workflows/docker.yml
vendored
3
.github/workflows/docker.yml
vendored
@ -21,6 +21,5 @@ jobs:
|
||||
- name: Build Dockerfile
|
||||
run: |
|
||||
chmod -R 755 scripts && ls -l &&\
|
||||
cd scripts && ls -l &&\
|
||||
./buildx-zh
|
||||
./scripts/buildx-zh
|
||||
|
||||
|
@ -5,6 +5,8 @@ DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
|
||||
cd "${DIR}/.."
|
||||
|
||||
echo `pwd && ls`
|
||||
|
||||
# Buildx Builder
|
||||
docker buildx create --name "Buildx-NPM" || echo
|
||||
docker buildx use "Buildx-NPM"
|
||||
|
Loading…
Reference in New Issue
Block a user