https://github.com/030/dive-action
Dive Action runs dive under the hood and enforces to build a lean image.
https://github.com/030/dive-action
Last synced: over 1 year ago
JSON representation
Dive Action runs dive under the hood and enforces to build a lean image.
- Host: GitHub
- URL: https://github.com/030/dive-action
- Owner: 030
- License: mit
- Archived: true
- Created: 2023-02-18T12:00:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-19T14:43:24.000Z (over 2 years ago)
- Last Synced: 2025-02-07T23:43:57.206Z (over 1 year ago)
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dive-action
Create a `.github/workflows/dive.yml file:
```yaml
---
name: Dive
"on": push
jobs:
docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: 030/dive-action@v0.1.0
with:
image: some/image:${{ github.sha }}
```