Skip to content

build: [GH-84] Broken CI #364

build: [GH-84] Broken CI

build: [GH-84] Broken CI #364

Workflow file for this run

---
name: Dive CI
'on': push
jobs:
dive:
runs-on: ubuntu-latest
name: Analyze image efficiency
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build image
run: docker build -t utrecht/yaam:${{ github.sha }} .
- name: Dive
uses: yuichielectric/[email protected]
with:
image: utrecht/yaam:${{ github.sha }}
github-token: ${{ secrets.GITHUB_TOKEN }}