From 6ca699c320cf260986e7e8107f0ce9c52ee948c0 Mon Sep 17 00:00:00 2001 From: Scott Hatlen Date: Thu, 9 Oct 2025 01:39:28 -0700 Subject: [PATCH] idek --- .woodpecker.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 459963a..20e2baf 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -47,12 +47,11 @@ steps: # - /var/run/docker.sock:/var/run/docker.sock - name: build - image: harbor.scottyah.com/kaniko-project/executor:debug + image: gcr.io/kaniko-project/executor:debug commands: - - docker build -t harbor.scottyah.com/scottyah/blog:latest . - - docker push harbor.scottyah.com/scottyah/blog:latest - volumes: - - /var/run/docker.sock:/var/run/docker.sock + - /kaniko/executor --context=dir:///woodpecker/src --dockerfile=Dockerfile --destination=harbor.scottyah.com/scottyah/blog:latest --cache=true + environment: + DOCKER_CONFIG: /kaniko/.docker - name: deploy image: kubernetes/client:latest