mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-06 04:02:08 +00:00
chore: speed up build (#4017)
* better cache dependencies * ignore local statik.go * remove previously generated statik.go file * remove redundant .dockerignore
This commit is contained in:
@@ -9,6 +9,8 @@ release:
|
||||
|
||||
before:
|
||||
hooks:
|
||||
# this file would invalidate go source caches
|
||||
- sh -c "rm openapi/statik/statik.go || true"
|
||||
- docker build -f build/grpc/Dockerfile -t zitadel-base:local .
|
||||
- docker build -f build/zitadel/Dockerfile . -t zitadel-go-test --target go-codecov -o .artifacts/codecov
|
||||
- docker build -f build/zitadel/Dockerfile . -t zitadel-go-base --target go-copy -o .artifacts/grpc/go-client
|
||||
|
||||
Reference in New Issue
Block a user