diff --git a/entrypoint.sh b/entrypoint.sh index 8025bcf..54dfdf4 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -23,5 +23,6 @@ fi /kaniko/executor \ --cache="$INPUT_CACHE" \ - --dockerfile "${INPUT_DOCKERFILE##*/}" \ - --destination "$IMAGEAPP" + --context . \ + --destination "$IMAGEAPP" \ + --dockerfile "${INPUT_DOCKERFILE##*/}"