version
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Dalite 2023-11-09 21:58:00 +01:00
parent f39c791bbd
commit 4c6fcd3452
2 changed files with 3 additions and 3 deletions

View file

@ -49,7 +49,7 @@ FROM node:${NODE_VERSION}
# Use those args to specify your own version flags & suffixes # Use those args to specify your own version flags & suffixes
ARG MASTODON_VERSION_PRERELEASE="" ARG MASTODON_VERSION_PRERELEASE=""
ARG MASTODON_VERSION_METADATA="" ARG MASTODON_VERSION_METADATA="bark"
ARG UID="991" ARG UID="991"
ARG GID="991" ARG GID="991"

View file

@ -44,11 +44,11 @@ module Mastodon
end end
def repository def repository
ENV.fetch('GITHUB_REPOSITORY', 'mastodon/mastodon') ENV.fetch('GITHUB_REPOSITORY', 'bark/mastodon')
end end
def source_base_url def source_base_url
ENV.fetch('SOURCE_BASE_URL', "https://github.com/#{repository}") ENV.fetch('SOURCE_BASE_URL', "https://git.greyfox.tech/#{repository}")
end end
# specify git tag or commit hash here # specify git tag or commit hash here