fix: change default branch from 'ai' to 'main' in Docker config
This commit is contained in:
@@ -8,7 +8,7 @@ RUN apk add --no-cache git
|
||||
|
||||
# Clone repository
|
||||
ARG GIT_URL=https://git.six83.ru/ssa/configucci.git
|
||||
ARG GIT_BRANCH=ai
|
||||
ARG GIT_BRANCH=main
|
||||
RUN git clone --depth 1 --branch ${GIT_BRANCH} ${GIT_URL} .
|
||||
|
||||
# Install dependencies
|
||||
|
||||
Reference in New Issue
Block a user