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 =
VER ?= latest
container: Dockerfile
docker build $(DOCKER_BUILD_OPTIONS) -t uplex/k8s-vcl-reloader:$(VER) \
-f Dockerfile ..
docker build $(DOCKER_BUILD_OPTIONS) \
-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