Skip to content

Commit

Permalink
remove slim
Browse files Browse the repository at this point in the history
  • Loading branch information
luojiyin1987 committed Aug 2, 2024
1 parent c68799c commit 82fff62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Pick Docker Compose
run: |
mkdir ./build
docker save ${{ env.BOX_URL }}:slim -o ${{ env.ARTIFACT_PATH }}
docker save ${{ env.BOX_URL }} -o ${{ env.ARTIFACT_PATH }}
chmod 664 ${{ env.ARTIFACT_PATH }}
mv ${{ env.ARTIFACT_PATH }} ./docker-compose.yml ./start.sh ./build
Expand Down

1 comment on commit 82fff62

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

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

Please sign in to comment.