We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ddf8e4 commit 4a3c807Copy full SHA for 4a3c807
.github/workflows/linter.yaml
@@ -33,7 +33,7 @@ jobs:
33
run: |
34
yamllint --strict .
35
36
- - name: YAML linter
+ - name: Dockerfile linter
37
38
- podman run --rm -i ghcr.io/hadolint/hadolint < src/grafana/Dockerfile
39
- podman run --rm -i ghcr.io/hadolint/hadolint < src/postgres/Dockerfile
+ docker run --rm -i ghcr.io/hadolint/hadolint < src/grafana/Dockerfile
+ docker run --rm -i ghcr.io/hadolint/hadolint < src/postgres/Dockerfile
0 commit comments