Skip to content

Commit

Permalink
restore action
Browse files Browse the repository at this point in the history
  • Loading branch information
luojiyin1987 committed Aug 3, 2024
1 parent d5111af commit 9932dc3
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,11 @@ jobs:
context: .
platforms: linux/amd64
tags: ${{ env.BOX_URL }}:latest
load: true

- name: show docker image
run: |
docker images
outputs: type=docker,dest=${{ env.ARTIFACT_PATH }}

- name: Pick Docker Compose
run: |
mkdir ./build
docker save ${{ env.BOX_URL }} -o ${{ env.ARTIFACT_PATH }}
chmod 664 ${{ env.ARTIFACT_PATH }}
mv ${{ env.ARTIFACT_PATH }} ./docker-compose.yml ./start.sh ./build
- name: Transport Image
Expand Down

1 comment on commit 9932dc3

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

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

Please sign in to comment.