This commit is contained in:
parent
f39c791bbd
commit
4c6fcd3452
2 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue