File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
IMAGE_NAME ?= codeclimate/codeclimate-csslint
44
RELEASE_REGISTRY ?= codeclimate
5-
RELEASE_TAG ?= latest
5+
6+
ifndef RELEASE_TAG
7+
override RELEASE_TAG = latest
8+
endif
69

710
image:
811
docker build -t codeclimate/codeclimate-csslint .

0 commit comments

Comments
 (0)