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 3973c59 commit 87f7018Copy full SHA for 87f7018
.github/workflows/linter.yaml
@@ -35,5 +35,5 @@ jobs:
35
36
- name: YAML linter
37
run: |
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