Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
rise0chen committed Dec 6, 2024
1 parent c200ce5 commit 8be2b26
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8be2b26

Please sign in to comment.