diff --git a/manifests/tasks/build-and-push.yaml b/manifests/tasks/build-and-push.yaml index 15d8aff..88d2f97 100644 --- a/manifests/tasks/build-and-push.yaml +++ b/manifests/tasks/build-and-push.yaml @@ -25,6 +25,6 @@ spec: command: - /kaniko/executor args: - - "--dockerfile=$(inputs.params.pathToContext)/dockerfile" + - "--dockerfile=dockerfile" - "--destination=$(inputs.params.imageUrl):$(inputs.params.imageTag)" - "--context=$(inputs.resources.git-source.path)/$(inputs.params.pathToContext)/" \ No newline at end of file