Skip to content

[BACK-662] Use GitHub Container Registry #1

[BACK-662] Use GitHub Container Registry

[BACK-662] Use GitHub Container Registry #1

Workflow file for this run

name: Hadolint
on:
push:
branches:
- "main"
paths:
- "Dockerfile"
pull_request:
types: [opened, synchronize]
paths:
- "Dockerfile"
jobs:
hadolint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: hadolint/[email protected]
with:
dockerfile: Dockerfile
ignore: DL3008