mirror of
https://github.com/imjasonh/kontain.me
synced 2026-07-08 09:04:54 +00:00
kaniko: fix bug with missing path
This commit is contained in:
parent
fda5c45132
commit
12475d4aee
1 changed files with 2 additions and 2 deletions
|
|
@ -286,8 +286,8 @@ mkdir -p ~/.docker/ && cat > ~/.docker/config.json << EOF
|
|||
EOF`, tok.AccessToken),
|
||||
fmt.Sprintf(`
|
||||
/kaniko/executor --force \
|
||||
--dockerfile=%s/Dockerfile \
|
||||
--context=%s \
|
||||
--dockerfile=./%s/Dockerfile \
|
||||
--context=./%s \
|
||||
--destination=%s \
|
||||
--cache-repo=gcr.io/%s`, path, path, image, projectID),
|
||||
} {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue