From 15a47179f46e792e1f42448b4477cf2e5bd151ba Mon Sep 17 00:00:00 2001 From: William Petit Date: Wed, 6 Dec 2023 15:21:30 +0100 Subject: [PATCH] feat: add release message with docker pull command --- Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Makefile b/Makefile index b46d731..be35399 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,15 @@ MKT_GITEA_RELEASE_ORG ?= Cadoles MKT_GITEA_RELEASE_PROJECT ?= hydra-werther MKT_GITEA_RELEASE_VERSION ?= $(MKT_PROJECT_VERSION) +define MKT_GITEA_RELEASE_BODY +## Docker usage + +``` +docker pull $(IMAGE_NAME):$(MKT_PROJECT_VERSION) +``` +endef +export MKT_GITEA_RELEASE_BODY + build: build-bin build-image build-bin: clean generate