From 7e4c344ec16dc7674cdb24ae4c0c4335917adeaa Mon Sep 17 00:00:00 2001 From: Settel Date: Sun, 4 Jun 2023 14:31:02 +0200 Subject: [PATCH] feat: publish to docker.io --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 4f30fa5..29ee39d 100644 --- a/Makefile +++ b/Makefile @@ -69,6 +69,10 @@ podman-run: podman-stop: podman stop knowyt +podman-publish: + podman push knowyt:$(VERSION) docker.io/settel/knowyt:$(VERSION) + podman push knowyt:$(VERSION) docker.io/settel/knowyt:latest + clean: rm -rf client/.output/ rm -rf client/.nuxt/