Skip to content
This repository was archived by the owner on Oct 26, 2024. It is now read-only.

030/dive-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks