2022-01-20 20:47:15 +01:00
|
|
|
# Because the only step here is a pull_request event, the branch should be dev
|
|
|
|
# because it has to be the target of the pull request
|
|
|
|
branches: dev
|
2022-01-19 23:06:46 +01:00
|
|
|
platform: linux/amd64
|
2022-01-23 10:55:03 +01:00
|
|
|
depends_on: [ build ]
|
2022-01-19 23:06:46 +01:00
|
|
|
|
|
|
|
pipeline:
|
|
|
|
dryrun:
|
|
|
|
image: woodpeckerci/plugin-docker-buildx
|
|
|
|
secrets: [ docker_username, docker_password ]
|
|
|
|
settings:
|
2022-01-23 10:53:58 +01:00
|
|
|
dockerfile: Dockerfile.ci
|
2022-01-19 23:06:46 +01:00
|
|
|
repo: chewingbever/vieter
|
|
|
|
tag: dev
|
|
|
|
platforms: [ linux/arm/v7, linux/arm64/v8, linux/amd64 ]
|
|
|
|
dry_run: true
|
2022-01-27 22:14:08 +01:00
|
|
|
build_args_from_env:
|
|
|
|
- CI_COMMIT_SHA
|
2022-01-19 23:06:46 +01:00
|
|
|
when:
|
|
|
|
event: pull_request
|
|
|
|
branch: dev
|