parent
c07ddbe7b1
commit
d3ae974767
2 changed files with 3 additions and 3 deletions
|
@ -16,4 +16,4 @@ steps:
|
||||||
repo: git.greyfox.tech/bark/mastodon
|
repo: git.greyfox.tech/bark/mastodon
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
tags:
|
tags:
|
||||||
- latest
|
- prod
|
|
@ -48,8 +48,8 @@ RUN yarn workspaces focus --all --production && \
|
||||||
FROM node:${NODE_VERSION}
|
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="bark"
|
||||||
ARG MASTODON_VERSION_METADATA="bark"
|
ARG MASTODON_VERSION_METADATA="prod"
|
||||||
|
|
||||||
ARG UID="991"
|
ARG UID="991"
|
||||||
ARG GID="991"
|
ARG GID="991"
|
||||||
|
|
Loading…
Reference in a new issue