diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index adc7150..9dad290 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,6 +15,8 @@ lint: image: hadolint/hadolint:latest # DL3007: We use the latest tag for multistage build script: hadolint --ignore DL3007 --ignore DL3020 Dockerfile.template + except: + - releases get_version: stage: .pre