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 dd5f8f3 commit 4dc3662
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/dive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ jobs:
dive:
runs-on: ubuntu-latest
name: Analyze image efficiency
env:
DIVE_ANALYZE_IMAGE_TAG: utrecht/n3dr:${{ github.sha }}
steps:
- uses: actions/[email protected]
- name: Build image
run: docker build -t utrecht/n3dr:${{ github.sha }} .
run: docker build -t {{ env.DIVE_ANALYZE_IMAGE_TAG }} .
- uses: 030/dive-action@image
with:
image: utrecht/n3dr:${{ github.sha }}
image: '{{ env.DIVE_ANALYZE_IMAGE_TAG }}'

0 comments on commit 4dc3662

Please sign in to comment.