fix: hardcode nginx-k8s.conf in dashboard Dockerfile
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

The buildx plugin was not passing NGINX_CONF build arg correctly,
causing the docker-compose nginx config (with hostname api-gateway)
to be used instead of the K8s one (with localhost).
This commit is contained in:
Viktor Barzin 2026-02-25 23:46:47 +00:00
parent 0a017f52cb
commit 4f60ef453f
No known key found for this signature in database
GPG key ID: 0EB088298288D958
2 changed files with 2 additions and 5 deletions

View file

@ -48,8 +48,6 @@ steps:
repo: viktorbarzin/trading-bot-dashboard
dockerfile: docker/Dockerfile.dashboard
context: .
build_args:
- NGINX_CONF=docker/nginx-k8s.conf
cache_from: viktorbarzin/trading-bot-dashboard:latest
tags:
- "${CI_PIPELINE_NUMBER}"