deployment
Build CuraFlow HMS / build-and-deploy (push) Failing after 40s
Details
Build CuraFlow HMS / build-and-deploy (push) Failing after 40s
Details
This commit is contained in:
parent
584469cf87
commit
f9bbf2aed2
|
|
@ -16,8 +16,8 @@ jobs:
|
|||
docker run --rm \
|
||||
--volumes-from "$JOB_CONTAINER" \
|
||||
gcr.io/kaniko-project/executor:latest \
|
||||
--context=dir:///workspace/deepkoluguri/curaflow-hms \
|
||||
--dockerfile=Dockerfile \
|
||||
--context=dir://"$GITHUB_WORKSPACE" \
|
||||
--dockerfile="$GITHUB_WORKSPACE/Dockerfile" \
|
||||
--destination=192.168.8.250:5000/curaflow:latest \
|
||||
--insecure \
|
||||
--skip-tls-verify
|
||||
|
|
|
|||
Loading…
Reference in New Issue