Skip to content

Commit 1b8a951

Browse files
committed
dive test
Signed-off-by: luke <luke.parkin@arm.com>
1 parent 8091563 commit 1b8a951

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,18 @@ jobs:
1414
- uses: hadolint/hadolint-action@v3.1.0
1515
with:
1616
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

Comments
 (0)