Skip to content

Commit

Permalink
build: Use dive image in action.
Browse files Browse the repository at this point in the history
  • Loading branch information
030 committed Dec 19, 2023
1 parent 143a65f commit c67ab33
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/dive.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
---
name: Dive CI
name: Dive
'on': push
jobs:
dive:
runs-on: ubuntu-latest
name: Analyze image efficiency
runs-on: ubuntu-20.04
steps:
- uses: actions/[email protected]
- run: echo "DIVE_ANALYZE_IMAGE_TAG=utrecht/n3dr:${{ github.sha }}" >> $GITHUB_ENV
- run: docker build -t ${DIVE_ANALYZE_IMAGE_TAG} .
- uses: 030/dive-action@image
with:
image: ${DIVE_ANALYZE_IMAGE_TAG}
image: utrecht/n3dr:${{ github.sha }}

0 comments on commit c67ab33

Please sign in to comment.