Update .woodpecker.yaml
This commit is contained in:
parent
e5a8f3875a
commit
f62e969453
|
@ -6,7 +6,7 @@ steps:
|
||||||
- event: tag
|
- event: tag
|
||||||
image: woodpeckerci/plugin-docker-buildx
|
image: woodpeckerci/plugin-docker-buildx
|
||||||
settings:
|
settings:
|
||||||
platforms: linux/amd64,linux/arm/v5,linux/arm/v6,linux/arm/v7,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
repo: ${CI_REG_HOST}:${CI_REG_PORT}/${CI_REPO_OWNER}/${CI_REPO_NAME}
|
repo: ${CI_REG_HOST}:${CI_REG_PORT}/${CI_REPO_OWNER}/${CI_REPO_NAME}
|
||||||
tags: latest
|
tags: latest
|
||||||
registry: http://${CI_REG_HOST}:${CI_REG_PORT}
|
registry: http://${CI_REG_HOST}:${CI_REG_PORT}
|
||||||
|
|
Loading…
Reference in a new issue