An open API service indexing awesome lists of open source software.

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.

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 }}
```