Compare commits

...

2 Commits

Author SHA1 Message Date
raoul caba80ad2b Merge pull request 'Add linting of the Dockerfile' (#6) from add-linting into master
ci/woodpecker/push/woodpecker Pipeline was successful Details
Reviewed-on: #6
2024-04-26 04:51:37 +00:00
Raoul Snyman 66e58071ce Add linting of the Dockerfile
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/pr/woodpecker Pipeline was successful Details
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful Details
2024-04-25 21:50:43 -07:00
1 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,8 @@
steps:
- name: lint
image: hadolint/hadolint:latest-alpine
commands:
- "hadolint --failure-threshold error Dockerfile"
- name: build
image: docker
commands: