Update .woodpecker.yml

This commit is contained in:
colin 2024-01-22 05:09:19 +00:00
parent 94f3804d19
commit 22979cb62c
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ steps:
- echo "Building application for staging branch"
- echo "$${REGISTRY_PASSWORD}" | docker login -u "$${REGISTRY_USER}" --password-stdin git.nixc.us
- echo compose build
- docker compose --no-cache -f docker-compose.staging.yml build
- docker compose -f docker-compose.staging.yml build --no-cache
when:
branch: main
event: push