Skip to content

Commit

Permalink
show docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
luojiyin1987 committed Jul 24, 2024
1 parent a1777f8 commit b26b50e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,11 @@ jobs:
tags:
${{ env.BOX_URL }}:latest

# Slim the Docker image
- name: show docker image
run: |
docker images
# Slim the Docker image
- name: Slim Docker image
uses: kitabisa/docker-slim-action@v1
env:
Expand Down

1 comment on commit b26b50e

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

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

Please sign in to comment.