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.
2 parents 1ddf8e4 + 4a3c807 commit 9ba05a8Copy full SHA for 9ba05a8
.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