mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-26 20:01:02 +00:00
adapt change of #822 for release branch
This commit is contained in:
parent
c16d42f81e
commit
313e72e56a
1 changed files with 6 additions and 4 deletions
|
@ -74,24 +74,26 @@ pipeline:
|
|||
event: push
|
||||
|
||||
publish-release-branch-server:
|
||||
image: plugins/docker
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
group: docker
|
||||
secrets: [docker_username, docker_password]
|
||||
settings:
|
||||
repo: woodpeckerci/woodpecker-server
|
||||
dockerfile: docker/Dockerfile.server
|
||||
dockerfile: docker/Dockerfile.server.multiarch
|
||||
platforms: linux/arm/v7,linux/arm64/v8,linux/amd64,linux/ppc64le
|
||||
tag: ${CI_COMMIT_BRANCH##release/}
|
||||
when:
|
||||
branch: release/*
|
||||
event: push
|
||||
|
||||
publish-release-branch-server-alpine:
|
||||
image: plugins/docker
|
||||
image: woodpeckerci/plugin-docker-buildx
|
||||
group: docker
|
||||
secrets: [ docker_username, docker_password ]
|
||||
settings:
|
||||
repo: woodpeckerci/woodpecker-server
|
||||
dockerfile: docker/Dockerfile.server.alpine
|
||||
dockerfile: docker/Dockerfile.server.alpine.multiarch
|
||||
platforms: linux/arm/v7,linux/arm64/v8,linux/amd64,linux/ppc64le
|
||||
tag: ${CI_COMMIT_BRANCH##release/}
|
||||
when:
|
||||
branch: release/*
|
||||
|
|
Loading…
Reference in a new issue