Skip to content
Snippets Groups Projects

Automated image builds for registry

Merged Erick Hitter requested to merge 2-automated-builds into master
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -14,7 +14,8 @@ lint_dockerfile:
stage: test
image: hadolint/hadolint:latest-debian
before_script:
- date
- mkdir ~/.config
- cp ./.hadolint.yaml ~/.config/hadolint.yaml
script:
- find . -name "Dockerfile" -execdir hadolint {} \;
Loading