Skip to content

Commit

Permalink
add dive
Browse files Browse the repository at this point in the history
  • Loading branch information
lfrancke committed Aug 1, 2023
1 parent 07ec055 commit d2ad380
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -350,3 +350,15 @@ jobs:
run: ./preflight-linux-amd64 check container "$IMAGE_TAG" > preflight.out
- name: "Passed?"
run: '[ "$(./preflight-linux-amd64 check container "$IMAGE_TAG" | jq -r .passed)" == true ]'

dive:
name: Analyze image efficiency
needs:
- package_and_publish
runs-on: ubuntu-latest
steps:
- name: Dive
uses: stackabletech/[email protected]
with:
image: ${{ needs.package_and_publish.outputs.IMAGE_TAG }}
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d2ad380

Please sign in to comment.