diff --git a/Makefile b/Makefile index fa53c41..c1da810 100644 --- a/Makefile +++ b/Makefile @@ -38,6 +38,8 @@ $(RELEASE_NAME): container: podman build -t rexserver:$(REX_VERSION) --env REX_VERSION -f container/Containerfile . + podman tag localhost/rexserver:$(REX_VERSION) localhost/rexserver:latest + podman images localhost/rexserver clean: make -C ./rex_client clean