fix(ci): Use hardcoded Woodpecker workspace path for Kaniko
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
@@ -80,8 +80,8 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- echo "{\"auths\":{\"git.spdy.io\":{\"username\":\"$REGISTRY_USER\",\"password\":\"$REGISTRY_PASS\"}}}" > /kaniko/.docker/config.json
|
- echo "{\"auths\":{\"git.spdy.io\":{\"username\":\"$REGISTRY_USER\",\"password\":\"$REGISTRY_PASS\"}}}" > /kaniko/.docker/config.json
|
||||||
- /kaniko/executor
|
- /kaniko/executor
|
||||||
--context=${CI_WORKSPACE}/backend
|
--context=/woodpecker/src/git.spdy.io/Creationshop/cannaiq/backend
|
||||||
--dockerfile=${CI_WORKSPACE}/backend/Dockerfile
|
--dockerfile=/woodpecker/src/git.spdy.io/Creationshop/cannaiq/backend/Dockerfile
|
||||||
--destination=git.spdy.io/creationshop/cannaiq:latest
|
--destination=git.spdy.io/creationshop/cannaiq:latest
|
||||||
--destination=git.spdy.io/creationshop/cannaiq:sha-${CI_COMMIT_SHA:0:8}
|
--destination=git.spdy.io/creationshop/cannaiq:sha-${CI_COMMIT_SHA:0:8}
|
||||||
--build-arg=APP_BUILD_VERSION=sha-${CI_COMMIT_SHA:0:8}
|
--build-arg=APP_BUILD_VERSION=sha-${CI_COMMIT_SHA:0:8}
|
||||||
@@ -104,8 +104,8 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- echo "{\"auths\":{\"git.spdy.io\":{\"username\":\"$REGISTRY_USER\",\"password\":\"$REGISTRY_PASS\"}}}" > /kaniko/.docker/config.json
|
- echo "{\"auths\":{\"git.spdy.io\":{\"username\":\"$REGISTRY_USER\",\"password\":\"$REGISTRY_PASS\"}}}" > /kaniko/.docker/config.json
|
||||||
- /kaniko/executor
|
- /kaniko/executor
|
||||||
--context=${CI_WORKSPACE}/cannaiq
|
--context=/woodpecker/src/git.spdy.io/Creationshop/cannaiq/cannaiq
|
||||||
--dockerfile=${CI_WORKSPACE}/cannaiq/Dockerfile
|
--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:latest
|
||||||
--destination=git.spdy.io/creationshop/cannaiq-frontend:sha-${CI_COMMIT_SHA:0:8}
|
--destination=git.spdy.io/creationshop/cannaiq-frontend:sha-${CI_COMMIT_SHA:0:8}
|
||||||
--cache=true
|
--cache=true
|
||||||
@@ -124,8 +124,8 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- echo "{\"auths\":{\"git.spdy.io\":{\"username\":\"$REGISTRY_USER\",\"password\":\"$REGISTRY_PASS\"}}}" > /kaniko/.docker/config.json
|
- echo "{\"auths\":{\"git.spdy.io\":{\"username\":\"$REGISTRY_USER\",\"password\":\"$REGISTRY_PASS\"}}}" > /kaniko/.docker/config.json
|
||||||
- /kaniko/executor
|
- /kaniko/executor
|
||||||
--context=${CI_WORKSPACE}/findadispo/frontend
|
--context=/woodpecker/src/git.spdy.io/Creationshop/cannaiq/findadispo/frontend
|
||||||
--dockerfile=${CI_WORKSPACE}/findadispo/frontend/Dockerfile
|
--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:latest
|
||||||
--destination=git.spdy.io/creationshop/findadispo-frontend:sha-${CI_COMMIT_SHA:0:8}
|
--destination=git.spdy.io/creationshop/findadispo-frontend:sha-${CI_COMMIT_SHA:0:8}
|
||||||
--cache=true
|
--cache=true
|
||||||
@@ -144,8 +144,8 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- echo "{\"auths\":{\"git.spdy.io\":{\"username\":\"$REGISTRY_USER\",\"password\":\"$REGISTRY_PASS\"}}}" > /kaniko/.docker/config.json
|
- echo "{\"auths\":{\"git.spdy.io\":{\"username\":\"$REGISTRY_USER\",\"password\":\"$REGISTRY_PASS\"}}}" > /kaniko/.docker/config.json
|
||||||
- /kaniko/executor
|
- /kaniko/executor
|
||||||
--context=${CI_WORKSPACE}/findagram/frontend
|
--context=/woodpecker/src/git.spdy.io/Creationshop/cannaiq/findagram/frontend
|
||||||
--dockerfile=${CI_WORKSPACE}/findagram/frontend/Dockerfile
|
--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:latest
|
||||||
--destination=git.spdy.io/creationshop/findagram-frontend:sha-${CI_COMMIT_SHA:0:8}
|
--destination=git.spdy.io/creationshop/findagram-frontend:sha-${CI_COMMIT_SHA:0:8}
|
||||||
--cache=true
|
--cache=true
|
||||||
|
|||||||
Reference in New Issue
Block a user