deployment adapt and tekton image-build

This commit is contained in:
2021-03-19 12:00:30 +01:00
parent 96ec8b5555
commit aa55a0314e
2 changed files with 2 additions and 1 deletions

View File

@@ -50,6 +50,7 @@ spec:
- --dockerfile=$(params.pathToDockerFile)
- --destination=$(resources.outputs.builtImage.url)
- --context=$(params.pathToContext)
- --snapshotMode=redo
- --skip-tls-verify
---
apiVersion: tekton.dev/v1beta1