Skip to content

Commit 87f7018

Browse files
committed
Fix linter issue, use docker for hadolint
1 parent 3973c59 commit 87f7018

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linter.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ jobs:
3535
3636
- name: YAML linter
3737
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
38+
docker run --rm -i ghcr.io/hadolint/hadolint < src/grafana/Dockerfile
39+
docker run --rm -i ghcr.io/hadolint/hadolint < src/postgres/Dockerfile

0 commit comments

Comments
 (0)