From fd8e651b12471305ac6b8fbc64ebe5048fc84fb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=A4der?= <cimnine@users.noreply.github.com> Date: Thu, 27 May 2021 15:22:31 +0200 Subject: [PATCH] Update Makefile.vars.mk Co-authored-by: Chris <github.account@chrigel.net> --- Makefile.vars.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.vars.mk b/Makefile.vars.mk index 8d6746d3..69020ba5 100644 --- a/Makefile.vars.mk +++ b/Makefile.vars.mk @@ -32,4 +32,4 @@ minio_root_password ?= secretkey minio_pid ?= $(minio_path).pid minio_url ?= https://dl.min.io/server/minio/release/$(os)-$(arch)/minio -docker_tag ?= vshn/wrestic:snapshot +docker_tag ?= local.dev/vshn/wrestic:snapshot