aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@gitea.com>2024-05-22 19:34:52 -0400
committerGitHub <noreply@github.com>2024-05-22 23:34:52 +0000
commit90f4cf51a3b3ceec849970fffaaefbd0a2c1eaf1 (patch)
tree78dcb4bdc3ccdaaac95cc254e0a131240ad2131a /Makefile
parentc9eac519961ecd5d0e1d6ee856ab532e8c16c65d (diff)
downloadgitea-90f4cf51a3b3ceec849970fffaaefbd0a2c1eaf1.tar.gz
gitea-90f4cf51a3b3ceec849970fffaaefbd0a2c1eaf1.zip
align s3 files with docker naming (#31050)
docker images have `-nightly`, this will append the same to binaries uploaded to s3.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e8006e4031..80efcbe46d 100644
--- a/Makefile
+++ b/Makefile
@@ -88,7 +88,7 @@ ifneq ($(GITHUB_REF_TYPE),branch)
GITEA_VERSION ?= $(VERSION)
else
ifneq ($(GITHUB_REF_NAME),)
- VERSION ?= $(subst release/v,,$(GITHUB_REF_NAME))
+ VERSION ?= $(subst release/v,,$(GITHUB_REF_NAME))-nightly
else
VERSION ?= main
endif