Skip to content

Commit 9ba05a8

Browse files
authored
Merge pull request #21 from optiop/fix/linter
Fix linter workflow
2 parents 1ddf8e4 + 4a3c807 commit 9ba05a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/linter.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: |
3434
yamllint --strict .
3535
36-
- name: YAML linter
36+
- name: Dockerfile 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)