use correct tag when building locally

This commit is contained in:
Frederik Ring 2021-04-02 14:05:19 +02:00
parent a726bdecd4
commit 526e7d3b90

View File

@ -1,3 +1,5 @@
DOCKER_TAG ?= local
.PHONY: build .PHONY: build
build: build:
@docker build -t offen/docker-volume-backup:latest . @docker build -t offen/docker-volume-backup:$(DOCKER_TAG) .