Skip to content

Commit

Permalink
adapt change of #822 for release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
6543 committed Mar 2, 2022
1 parent c16d42f commit 313e72e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .woodpecker/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand Down

0 comments on commit 313e72e

Please sign in to comment.