Skip to content

Commit

Permalink
fix from review
Browse files Browse the repository at this point in the history
  • Loading branch information
luojiyin1987 committed Jul 28, 2024
1 parent 9574e82 commit 2102c43
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,13 @@ jobs:
with:
context: .
platforms: linux/amd64
tags: ${{ env.BOX_URL }}:latest
load: true
tags:
${{ env.BOX_URL }}:latest

- name: show docker image
run: |
run: |
docker images
# Slim the Docker image
- name: Slim Docker image
uses: kitabisa/docker-slim-action@v1
env:
Expand All @@ -54,7 +52,7 @@ jobs:
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_APP_NEXT_NM_DIR: true
with:
target: ${{ env.BOX_URL }}:latest
tag: 'slim'
Expand Down

1 comment on commit 2102c43

@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-nsx2ltc2w-techquerys-projects.vercel.app

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

Please sign in to comment.