mirror of
https://github.com/penpot/penpot.git
synced 2026-08-01 19:06:18 +00:00
📎 Minor change on docker build script
This commit is contained in:
parent
65da328b25
commit
348bc48db4
@ -7,7 +7,7 @@ PLATFORM=${PENPOT_BUILD_PLATFORM:-linux/amd64};
|
|||||||
IMAGE=${1:-backend};
|
IMAGE=${1:-backend};
|
||||||
|
|
||||||
DOCKER_IMAGE="$ORG/$IMAGE";
|
DOCKER_IMAGE="$ORG/$IMAGE";
|
||||||
OPTIONS="-t $DOCKER_IMAGE:$PENPOT_BUILD_BRANCH";
|
OPTIONS="-t $DOCKER_IMAGE:$PENPOT_BUILD_VERSION";
|
||||||
|
|
||||||
IFS=", "
|
IFS=", "
|
||||||
read -a TAGS <<< $PENPOT_BUILD_TAGS;
|
read -a TAGS <<< $PENPOT_BUILD_TAGS;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user