Merge pull request #380 from 030/dependencies-updater-bot #802
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Dive CI | |
'on': push | |
jobs: | |
dive: | |
runs-on: ubuntu-latest | |
name: Analyze image efficiency | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Build image | |
run: docker build -t utrecht/n3dr:${{ github.sha }} . | |
- uses: 030/[email protected] | |
with: | |
image: utrecht/n3dr:${{ github.sha }} |