feat: add release message with docker pull command
Cadoles/hydra-werther/pipeline/head This commit looks good Details

This commit is contained in:
wpetit 2023-12-06 15:21:30 +01:00
parent 7edc889271
commit 15a47179f4
1 changed files with 9 additions and 0 deletions

View File

@ -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