1
0

Change main branch to main

This commit is contained in:
kolaente
2021-02-10 18:17:20 +01:00
parent edd9738ddb
commit de774beacd
2 changed files with 17 additions and 17 deletions

View File

@ -4,7 +4,7 @@ FROM node:13.14.0 AS compile-image
WORKDIR /build
ARG USE_RELEASE=false
ARG RELEASE_VERSION=master
ARG RELEASE_VERSION=main
ENV YARN_CACHE_FOLDER .cache/yarn/
COPY . ./