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: Dockle
'on': push
jobs:
dive:
runs-on: ubuntu-latest
name: Analyze image using dockle
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build image
run: docker build -t utrecht/yaam:${{ github.sha }} .
- uses: hands-lab/dockle-action@v1
with:
image: utrecht/yaam:${{ github.sha }}