Merge branch 'bark-prod' of https://git.greyfox.tech/bark/mastodon into bark-prod

This commit is contained in:
Dalite 2025-04-05 11:01:59 +02:00
commit ada2e6e9f2

View file

@ -29,7 +29,10 @@ FROM ${BASE_REGISTRY}/ruby:${RUBY_VERSION}-slim-${DEBIAN_VERSION} AS ruby
# Overwrite existence of 'alpha.X' in version.rb [--build-arg MASTODON_VERSION_PRERELEASE="nightly.2023.11.09"]
ARG MASTODON_VERSION_PRERELEASE="bark"
# Append build metadata or fork information to version.rb [--build-arg MASTODON_VERSION_METADATA="pr-123456"]
ARG MASTODON_VERSION_METADATA="prod"
<<<<<<<<< Temporary merge branch 1
ARG MASTODON_VERSION_METADATA="05-04-2025"
=========
ARG MASTODON_VERSION_METADATA=""
# Will be available as Mastodon::Version.source_commit
ARG SOURCE_COMMIT=""