From 8be2b2611ab361f87c4de43c170f7e6089119193 Mon Sep 17 00:00:00 2001 From: rise0chen Date: Fri, 6 Dec 2024 18:07:02 +0800 Subject: [PATCH] s --- .github/workflows/publish.yml | 4 ++++ Dockerfile | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) 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