Update .woodpecker/build.yml
This commit is contained in:
parent
5f2fac2b5f
commit
d6c455e2a1
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ steps:
|
|||
include: ['.woodpecker/*.yml', 'Dockerfile']
|
||||
exclude: ['README.md']
|
||||
settings:
|
||||
platforms: linux/amd64, linux/arm/v7, linux/arm64
|
||||
platforms: linux/amd64
|
||||
registry: https://git.verdigado.com
|
||||
username: ${CI_REPO_OWNER}
|
||||
password:
|
||||
|
@ -25,7 +25,7 @@ steps:
|
|||
- branch:
|
||||
exclude: [main]
|
||||
settings:
|
||||
platforms: linux/amd64, linux/arm/v7, linux/arm64
|
||||
platforms: linux/amd64
|
||||
registry: https://git.verdigado.com
|
||||
username: ${CI_REPO_OWNER}
|
||||
password:
|
||||
|
|
Loading…
Reference in a new issue