Build image
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
dvirlabs 2026-04-21 14:18:19 +03:00
parent f68f2bd7ea
commit ee2b7a7091
2 changed files with 3 additions and 0 deletions

2
.gitignore vendored
View File

@ -44,3 +44,5 @@ htmlcov/
# Docker # Docker
Dockerfile.local Dockerfile.local
docker-compose.local.yml docker-compose.local.yml
gitops-status-server

View File

@ -30,6 +30,7 @@ steps:
GIT_TOKEN: GIT_TOKEN:
from_secret: GIT_TOKEN from_secret: GIT_TOKEN
commands: commands:
- ulimit -n 4096
- apk add --no-cache git yq - apk add --no-cache git yq
- git config --global user.name "woodpecker-bot" - git config --global user.name "woodpecker-bot"
- git config --global user.email "ci@dvirlabs.com" - git config --global user.email "ci@dvirlabs.com"