chore: add --no-cache to kaniko pipeline
Build Institutional Trader / build-and-deploy (push) Failing after 16s
Details
Build Institutional Trader / build-and-deploy (push) Failing after 16s
Details
This commit is contained in:
parent
7907fa30f2
commit
ae21b0df90
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue