We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8091563 commit 1b8a951Copy full SHA for 1b8a951
1 file changed
.github/workflows/ci.yml
@@ -14,3 +14,18 @@ jobs:
14
- uses: hadolint/hadolint-action@v3.1.0
15
with:
16
dockerfile: Dockerfile
17
+ name: "Dive CI"
18
+ dive:
19
+ runs-on: ubuntu-latest
20
+ name: Analyze image efficiency
21
+ steps:
22
+ - name: Checkout
23
+ uses: actions/checkout@v2
24
+ - name: Build image
25
+ run: docker build -t sample:latest .
26
+ - name: Dive
27
+ uses: yuichielectric/dive-action@0.0.4
28
+ with:
29
+ image: "sample:latest"
30
+ config-file: ${{ github.workspace }}/.dive-ci.yml
31
+ github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments