dockerfile lint: except schedules

This commit is contained in:
Frank Villaro-Dixon 2022-03-15 18:34:02 +00:00
parent 94fe2bf88f
commit fa8c34ef83

View file

@ -12,6 +12,10 @@ dockerfile_lint:
- 'cd $DOCKERFILE_LOCATION'
script:
- hadolint --ignore DL3008 --ignore DL3059 $DOCKERFILE_NAME
except:
- tags
- schedules
.docker_build: