From 4c6fcd3452bdcdaf4a679b5d982d72c621b136a5 Mon Sep 17 00:00:00 2001 From: Dalite Fur Date: Thu, 9 Nov 2023 21:58:00 +0100 Subject: [PATCH] version --- Dockerfile | 2 +- lib/mastodon/version.rb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2b23ea6e4..7e463860f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -49,7 +49,7 @@ FROM node:${NODE_VERSION} # Use those args to specify your own version flags & suffixes ARG MASTODON_VERSION_PRERELEASE="" -ARG MASTODON_VERSION_METADATA="" +ARG MASTODON_VERSION_METADATA="bark" ARG UID="991" ARG GID="991" diff --git a/lib/mastodon/version.rb b/lib/mastodon/version.rb index 587e89303..40d79deb4 100644 --- a/lib/mastodon/version.rb +++ b/lib/mastodon/version.rb @@ -44,11 +44,11 @@ module Mastodon end def repository - ENV.fetch('GITHUB_REPOSITORY', 'mastodon/mastodon') + ENV.fetch('GITHUB_REPOSITORY', 'bark/mastodon') end def source_base_url - ENV.fetch('SOURCE_BASE_URL', "https://github.com/#{repository}") + ENV.fetch('SOURCE_BASE_URL', "https://git.greyfox.tech/#{repository}") end # specify git tag or commit hash here