diff --git a/.woodpecker.yml b/.woodpecker.yml index e02cf76..a308e8b 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -6,7 +6,7 @@ steps: - name: build image: gcr.io/kaniko-project/executor:debug commands: - - /kaniko/executor --context=dir:///woodpecker/src --dockerfile=Dockerfile --destination=harbor.scottyah.com/scottyah/blog:latest --cache=true + - /kaniko/executor --context=dir:///woodpecker/src --dockerfile=Dockerfile --destination=harbor.scottyah.com/scottyah/blog:latest --cache=true --skip-tls-verify environment: DOCKER_CONFIG: /root/.docker