From 9cde1208b88a987bf32d1300597e89838942313d Mon Sep 17 00:00:00 2001 From: Azer Abdullaev Date: Thu, 11 Feb 2021 10:24:19 +0100 Subject: [PATCH] Building and pushing to own registry --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1f99a6f..8299e27 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,8 @@ all: build deploy update build: Makefile - podman build -t dummy:latest . + podman build -t repo.rcmd.space/dummy:latest . + podman push repo.rcmd.space/dummy:latest deploy: install -D -m 644 config/systemd/dummy.service /etc/systemd/system