Skip to content

Commit

Permalink
disable slim docker action
Browse files Browse the repository at this point in the history
  • Loading branch information
luojiyin1987 committed Aug 2, 2024
1 parent 6fcfc64 commit c68799c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,6 @@ jobs:
run: |
docker images
- name: Slim Docker image
uses: kitabisa/docker-slim-action@v1
env:
DSLIM_HTTP_PROBE: false
DSLIM_INCLUDE_APP_NEXT_DIR: true
DSLIM_INCLUDE_APP_NEXT_BUILD_DIR: true
DSLIM_INCLUDE_APP_NEXT_DIST_DIR: true
DSLIM_INCLUDE_APP_NEXT_STATIC_DIR: true
DSLIM_INCLUDE_APP_NEXT_NM_DIR: true
DSLIM_INCLUDE_PATH: '/.next /node_modules'
with:
target: ${{ env.BOX_URL }}:latest
tag: 'slim'

- name: Pick Docker Compose
run: |
mkdir ./build
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
oss-toolbox:
image: kaiyuanshe/oss-toolbox:slim
image: kaiyuanshe/oss-toolbox
ports:
- 3002:3000
healthcheck:
Expand Down

1 comment on commit c68799c

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for oss-toolbox ready!

✅ Preview
https://oss-toolbox-9bbttq701-techquerys-projects.vercel.app

Built with commit c68799c.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.