Commit fe8a970f authored by Geoff Simmons's avatar Geoff Simmons

Dockerfile tags the container as in the gitlab registry.

parent 797249da
...@@ -31,5 +31,5 @@ DOCKER_BUILD_OPTIONS = ...@@ -31,5 +31,5 @@ DOCKER_BUILD_OPTIONS =
VER ?= latest VER ?= latest
container: Dockerfile container: Dockerfile
docker build $(DOCKER_BUILD_OPTIONS) -t uplex/k8s-vcl-reloader:$(VER) \ docker build $(DOCKER_BUILD_OPTIONS) \
-f Dockerfile .. -t uplex/varnish/k8s-vcl-reloader:$(VER) -f Dockerfile ..
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment