Skip to content

feat: add custom registry option #6

feat: add custom registry option

feat: add custom registry option #6

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- master
jobs:
container:
name: Containerfile
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: hadolint/[email protected]
with:
dockerfile: Containerfile
recursive: true