Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
rise0chen committed Dec 16, 2024
1 parent b1061d6 commit 2e02495
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- name: Publish
uses: docker/build-push-action@v6
with:
context: .
push: false
tags: lebai/plugin:latest
build-args: |
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM registry.cn-shanghai.aliyuncs.com/lebai/util:14.04

WORKDIR /app
ADD . .
COPY . .
RUN ls -la
RUN ls -la .git

Expand Down

0 comments on commit 2e02495

Please sign in to comment.