Skip to content

chore(docker): add dumb-init package #5

chore(docker): add dumb-init package

chore(docker): add dumb-init package #5

Workflow file for this run

name: Linters and Tests
on:
push:
pull_request:
branches: [ "main" ]
jobs:
hadolint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Lint Dockerfile
uses: hadolint/hadolint-action@v3.1.0
with:
dockerfile: Dockerfile
recursive: true
trusted-registries: mau.dev,quay.io,ghcr.io,docker.io,dock.mau.dev,index.docker.io,registry-1.docker.io
continue-on-error: true