chore: remove submodules from release images and workflows

This commit is contained in:
Stavros
2026-04-10 17:15:23 +03:00
parent 5ce19f58d1
commit a874ef5ba6
7 changed files with 4 additions and 141 deletions

View File

@@ -2,8 +2,6 @@ FROM golang:1.26-alpine3.23
WORKDIR /tinyauth
COPY ./paerser ./paerser
COPY go.mod ./
COPY go.sum ./