@@ -2,7 +2,10 @@
2
3
IMAGE_NAME ?= codeclimate/codeclimate-csslint
4
RELEASE_REGISTRY ?= codeclimate
5
-RELEASE_TAG ?= latest
+
6
+ifndef RELEASE_TAG
7
+override RELEASE_TAG = latest
8
+endif
9
10
image:
11
docker build -t codeclimate/codeclimate-csslint .
0 commit comments