[ci] update and refactor

This commit is contained in:
royalcat 2023-10-13 11:03:02 +03:00
parent b245c9f451
commit 5a77fa5e9c
8 changed files with 67 additions and 254 deletions

View file

@ -2,7 +2,7 @@
# Stage 1: Build
#===============
FROM golang:1.20-alpine as builder
FROM golang:1.20 as builder
ENV BIN_REPO=git.kmsign.ru/royalcat/tstor
ENV BIN_PATH=$GOPATH/src/$BIN_REPO