Change main branch to main

This commit is contained in:
kolaente 2021-02-10 18:17:20 +01:00
parent edd9738ddb
commit de774beacd
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
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 . ./