030 / dive-action

Dive Action runs dive under the hood and enforces to build a lean image.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dive-action

Create a `.github/workflows/dive.yml file:

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

About

Dive Action runs dive under the hood and enforces to build a lean image.

License:MIT License