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/