调整执行脚本目录

This commit is contained in:
chishin 2023-04-04 22:29:38 +08:00
parent fdcd1f2e0f
commit ad6655c8c8
2 changed files with 3 additions and 2 deletions

View File

@ -21,6 +21,5 @@ jobs:
- name: Build Dockerfile - name: Build Dockerfile
run: | run: |
chmod -R 755 scripts && ls -l &&\ chmod -R 755 scripts && ls -l &&\
cd scripts && ls -l &&\ ./scripts/buildx-zh
./buildx-zh

View File

@ -5,6 +5,8 @@ DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
cd "${DIR}/.." cd "${DIR}/.."
echo `pwd && ls`
# Buildx Builder # Buildx Builder
docker buildx create --name "Buildx-NPM" || echo docker buildx create --name "Buildx-NPM" || echo
docker buildx use "Buildx-NPM" docker buildx use "Buildx-NPM"