Implement same_tag versioning mode

This commit is contained in:
2020-11-11 15:12:59 +01:00
parent c01d192e08
commit 5984349df3
12 changed files with 278 additions and 196 deletions

View File

@ -11,7 +11,7 @@ RUN go mod download
# Copy source and build app
COPY . /app
RUN go build .
RUN go build hulthe.net/lookbuilding/cmd/lookbuilding
FROM alpine