chore: add --no-cache to kaniko pipeline
Build Institutional Trader / build-and-deploy (push) Failing after 16s Details

This commit is contained in:
Deep Koluguri 2026-06-25 22:44:13 -04:00
parent 7907fa30f2
commit ae21b0df90
1 changed files with 2 additions and 1 deletions

View File

@ -20,4 +20,5 @@ jobs:
--dockerfile="$GITHUB_WORKSPACE/Dockerfile" \
--destination=192.168.8.250:5000/market:latest \
--insecure \
--skip-tls-verify
--skip-tls-verify \
--no-cache