mirror of
https://github.com/offen/docker-volume-backup.git
synced 2025-09-08 07:24:35 +08:00
use correct tag when building locally
This commit is contained in:
parent
a726bdecd4
commit
526e7d3b90
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -1,3 +1,5 @@
|
|||
DOCKER_TAG ?= local
|
||||
|
||||
.PHONY: build
|
||||
build:
|
||||
@docker build -t offen/docker-volume-backup:latest .
|
||||
@docker build -t offen/docker-volume-backup:$(DOCKER_TAG) .
|
||||
|
|
Loading…
Add table
Reference in a new issue