fix: temp patch to load a single registry

* We seem to have an issue loading a slice from env
This commit is contained in:
2024-11-12 10:36:29 +03:00
parent 513912f361
commit dca3b4d211
3 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,6 @@ clean-db:
rm ${DB_FILE}
build:
${BUILD_CONF} go build -ldflags="-X main.build=${BUILD_COMMIT} -s -w" -o ${BOOTSTRAP_BIN} cmd/bootstrap/main.go
${BUILD_CONF} go build -ldflags="-X main.build=${BUILD_COMMIT} -s -w" -o ${BIN} cmd/service/*.go
run-bootstrap: