fix(ci): switch from buildx to regular docker plugin
BuildKit container driver has sysctl permission issues in LXC. Using plugins/docker instead of woodpeckerci/plugin-docker-buildx. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -72,7 +72,7 @@ steps:
|
|||||||
# NOTE: cache_from/cache_to removed due to plugin bug splitting on commas
|
# NOTE: cache_from/cache_to removed due to plugin bug splitting on commas
|
||||||
# ===========================================
|
# ===========================================
|
||||||
docker-backend:
|
docker-backend:
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
registry: code.cannabrands.app
|
registry: code.cannabrands.app
|
||||||
repo: code.cannabrands.app/creationshop/dispensary-scraper
|
repo: code.cannabrands.app/creationshop/dispensary-scraper
|
||||||
@@ -85,20 +85,18 @@ steps:
|
|||||||
from_secret: registry_username
|
from_secret: registry_username
|
||||||
password:
|
password:
|
||||||
from_secret: registry_password
|
from_secret: registry_password
|
||||||
platforms: linux/amd64
|
|
||||||
provenance: false
|
|
||||||
build_args:
|
build_args:
|
||||||
APP_BUILD_VERSION: sha-${CI_COMMIT_SHA:0:8}
|
- APP_BUILD_VERSION=sha-${CI_COMMIT_SHA:0:8}
|
||||||
APP_GIT_SHA: ${CI_COMMIT_SHA}
|
- APP_GIT_SHA=${CI_COMMIT_SHA}
|
||||||
APP_BUILD_TIME: ${CI_PIPELINE_CREATED}
|
- APP_BUILD_TIME=${CI_PIPELINE_CREATED}
|
||||||
CONTAINER_IMAGE_TAG: sha-${CI_COMMIT_SHA:0:8}
|
- CONTAINER_IMAGE_TAG=sha-${CI_COMMIT_SHA:0:8}
|
||||||
depends_on: []
|
depends_on: []
|
||||||
when:
|
when:
|
||||||
branch: master
|
branch: master
|
||||||
event: push
|
event: push
|
||||||
|
|
||||||
docker-cannaiq:
|
docker-cannaiq:
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
registry: code.cannabrands.app
|
registry: code.cannabrands.app
|
||||||
repo: code.cannabrands.app/creationshop/cannaiq-frontend
|
repo: code.cannabrands.app/creationshop/cannaiq-frontend
|
||||||
@@ -111,15 +109,13 @@ steps:
|
|||||||
from_secret: registry_username
|
from_secret: registry_username
|
||||||
password:
|
password:
|
||||||
from_secret: registry_password
|
from_secret: registry_password
|
||||||
platforms: linux/amd64
|
|
||||||
provenance: false
|
|
||||||
depends_on: []
|
depends_on: []
|
||||||
when:
|
when:
|
||||||
branch: master
|
branch: master
|
||||||
event: push
|
event: push
|
||||||
|
|
||||||
docker-findadispo:
|
docker-findadispo:
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
registry: code.cannabrands.app
|
registry: code.cannabrands.app
|
||||||
repo: code.cannabrands.app/creationshop/findadispo-frontend
|
repo: code.cannabrands.app/creationshop/findadispo-frontend
|
||||||
@@ -132,15 +128,13 @@ steps:
|
|||||||
from_secret: registry_username
|
from_secret: registry_username
|
||||||
password:
|
password:
|
||||||
from_secret: registry_password
|
from_secret: registry_password
|
||||||
platforms: linux/amd64
|
|
||||||
provenance: false
|
|
||||||
depends_on: []
|
depends_on: []
|
||||||
when:
|
when:
|
||||||
branch: master
|
branch: master
|
||||||
event: push
|
event: push
|
||||||
|
|
||||||
docker-findagram:
|
docker-findagram:
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
registry: code.cannabrands.app
|
registry: code.cannabrands.app
|
||||||
repo: code.cannabrands.app/creationshop/findagram-frontend
|
repo: code.cannabrands.app/creationshop/findagram-frontend
|
||||||
@@ -153,8 +147,6 @@ steps:
|
|||||||
from_secret: registry_username
|
from_secret: registry_username
|
||||||
password:
|
password:
|
||||||
from_secret: registry_password
|
from_secret: registry_password
|
||||||
platforms: linux/amd64
|
|
||||||
provenance: false
|
|
||||||
depends_on: []
|
depends_on: []
|
||||||
when:
|
when:
|
||||||
branch: master
|
branch: master
|
||||||
|
|||||||
Reference in New Issue
Block a user