1
0
Fork 0

Refactor build pipeline to use woodpeckerci/plugin-docker-buildx
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit removes the platform field from the matrix and replaces the plugins/docker image with woodpeckerci/plugin-docker-buildx in the build pipeline. It also updates the settings for registry, repo, platforms, tag, and username.
naicoi 2023-05-18 01:20:48 +07:00
parent 628407cd5d
commit 4a6646a645
Signed by: naicoi
GPG Key ID: 7142E472DF7CF7D9
1 changed files with 3 additions and 8 deletions

View File

@ -1,7 +1,4 @@
matrix:
platform:
- linux/amd64
- linux/arm64
os:
- alpine
- slim
@ -10,16 +7,14 @@ matrix:
- 18
- 20
platform: ${platform}
pipeline:
build:
image: plugins/docker
image: woodpeckerci/plugin-docker-buildx
settings:
registry: techio.dev
repo: techio.dev/${CI_REPO}
tags:
- ${version}-${os}
platforms: linux/amd64,linux/arm64/v8
tag: ${version}-${os}
build_args:
- tag=${version}-${os}
username: deploy