diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7d34ac0..9ffaddf 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -10,6 +10,10 @@ jobs: uses: actions/checkout@v3 with: submodules: true + - name: test + run: | + ls -la + ls -la .git - name: Publish uses: docker/build-push-action@v6 with: diff --git a/Dockerfile b/Dockerfile index 18b6fb8..599a22b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,8 @@ FROM registry.cn-shanghai.aliyuncs.com/lebai/util:14.04 WORKDIR /app COPY . . -COPY ./.git ./ + +RUN ls -la ARG AWS_ENDPOINT ARG AWS_ACCESS_KEY_ID