build: make sure JITSI_RELEASE is passed when invoking make
This commit is contained in:
@@ -56,7 +56,7 @@ git tag -a "${VERSION}" -m "release" -m "${CHANGES}"
|
|||||||
# Tag Docker images and push them to DockerHub
|
# Tag Docker images and push them to DockerHub
|
||||||
#
|
#
|
||||||
|
|
||||||
JITSI_BUILD=${VERSION} make release
|
JITSI_BUILD=${VERSION} JITSI_RELEASE=${RELEASE} make release
|
||||||
|
|
||||||
# Revert back to "unstable" for development
|
# Revert back to "unstable" for development
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user