Skip to content

feat(api): registry1 and package flavor patterns #1

feat(api): registry1 and package flavor patterns

feat(api): registry1 and package flavor patterns #1

Workflow file for this run

name: Docker Lint
on:
push:
branches:
- "main"
paths:
- "packages"
- "Dockerfile.migrations"
- ".dockerignore"
- ".github/workflows/docker-lint.yaml"
pull_request:
branches:
- "main"
paths:
- "packages"
- "Dockerfile.migrations"
- ".dockerignore"
- ".github/workflows/docker-lint.yaml"
concurrency:
group: docker-lint-${{ github.ref }}
cancel-in-progress: true
jobs:
docker-lint:
runs-on: ubuntu-latest
name: Lint Docker Manifest
permissions:
contents: read
steps:
- name: Checkout Repo
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- uses: hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf # v3.1.0
with:
dockerfile: "*Dockerfile*"
failure-threshold: error
recursive: true