From ccefd325aafaf5817abaef79672c7d504fcf649d Mon Sep 17 00:00:00 2001 From: Kelly Date: Mon, 15 Dec 2025 18:49:56 -0700 Subject: [PATCH] fix(ci): Use hardcoded Woodpecker workspace path for Kaniko --- .woodpecker.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 0cbaf152..ab25d74f 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -80,8 +80,8 @@ steps: commands: - echo "{\"auths\":{\"git.spdy.io\":{\"username\":\"$REGISTRY_USER\",\"password\":\"$REGISTRY_PASS\"}}}" > /kaniko/.docker/config.json - /kaniko/executor - --context=${CI_WORKSPACE}/backend - --dockerfile=${CI_WORKSPACE}/backend/Dockerfile + --context=/woodpecker/src/git.spdy.io/Creationshop/cannaiq/backend + --dockerfile=/woodpecker/src/git.spdy.io/Creationshop/cannaiq/backend/Dockerfile --destination=git.spdy.io/creationshop/cannaiq:latest --destination=git.spdy.io/creationshop/cannaiq:sha-${CI_COMMIT_SHA:0:8} --build-arg=APP_BUILD_VERSION=sha-${CI_COMMIT_SHA:0:8} @@ -104,8 +104,8 @@ steps: commands: - echo "{\"auths\":{\"git.spdy.io\":{\"username\":\"$REGISTRY_USER\",\"password\":\"$REGISTRY_PASS\"}}}" > /kaniko/.docker/config.json - /kaniko/executor - --context=${CI_WORKSPACE}/cannaiq - --dockerfile=${CI_WORKSPACE}/cannaiq/Dockerfile + --context=/woodpecker/src/git.spdy.io/Creationshop/cannaiq/cannaiq + --dockerfile=/woodpecker/src/git.spdy.io/Creationshop/cannaiq/cannaiq/Dockerfile --destination=git.spdy.io/creationshop/cannaiq-frontend:latest --destination=git.spdy.io/creationshop/cannaiq-frontend:sha-${CI_COMMIT_SHA:0:8} --cache=true @@ -124,8 +124,8 @@ steps: commands: - echo "{\"auths\":{\"git.spdy.io\":{\"username\":\"$REGISTRY_USER\",\"password\":\"$REGISTRY_PASS\"}}}" > /kaniko/.docker/config.json - /kaniko/executor - --context=${CI_WORKSPACE}/findadispo/frontend - --dockerfile=${CI_WORKSPACE}/findadispo/frontend/Dockerfile + --context=/woodpecker/src/git.spdy.io/Creationshop/cannaiq/findadispo/frontend + --dockerfile=/woodpecker/src/git.spdy.io/Creationshop/cannaiq/findadispo/frontend/Dockerfile --destination=git.spdy.io/creationshop/findadispo-frontend:latest --destination=git.spdy.io/creationshop/findadispo-frontend:sha-${CI_COMMIT_SHA:0:8} --cache=true @@ -144,8 +144,8 @@ steps: commands: - echo "{\"auths\":{\"git.spdy.io\":{\"username\":\"$REGISTRY_USER\",\"password\":\"$REGISTRY_PASS\"}}}" > /kaniko/.docker/config.json - /kaniko/executor - --context=${CI_WORKSPACE}/findagram/frontend - --dockerfile=${CI_WORKSPACE}/findagram/frontend/Dockerfile + --context=/woodpecker/src/git.spdy.io/Creationshop/cannaiq/findagram/frontend + --dockerfile=/woodpecker/src/git.spdy.io/Creationshop/cannaiq/findagram/frontend/Dockerfile --destination=git.spdy.io/creationshop/findagram-frontend:latest --destination=git.spdy.io/creationshop/findagram-frontend:sha-${CI_COMMIT_SHA:0:8} --cache=true