2022-09-28 01:12:21 +00:00
|
|
|
branches: main
|
|
|
|
|
|
|
|
variables:
|
|
|
|
- &platforms 'linux/amd64,linux/arm64'
|
|
|
|
|
2021-10-13 03:40:58 +00:00
|
|
|
pipeline:
|
2022-02-25 23:03:49 +00:00
|
|
|
dryrun:
|
2022-09-28 01:12:21 +00:00
|
|
|
image: woodpeckerci/plugin-docker-buildx:v20.10.18
|
2022-02-25 23:03:49 +00:00
|
|
|
settings:
|
2022-09-28 01:12:21 +00:00
|
|
|
platforms: *platforms
|
2022-02-25 23:03:49 +00:00
|
|
|
repo: woodpeckerci/plugin-docker-buildx
|
2022-09-28 01:12:21 +00:00
|
|
|
dockerfile: Dockerfile.multiarch
|
|
|
|
dry_run: true
|
2022-02-25 23:03:49 +00:00
|
|
|
when:
|
|
|
|
event: pull_request
|
|
|
|
|
2021-10-13 03:40:58 +00:00
|
|
|
publish:
|
2022-09-28 01:12:21 +00:00
|
|
|
image: woodpeckerci/plugin-docker-buildx:v20.10.18
|
2021-12-18 11:33:30 +00:00
|
|
|
settings:
|
2022-09-28 01:12:21 +00:00
|
|
|
platforms: *platforms
|
2021-12-18 11:33:30 +00:00
|
|
|
repo: woodpeckerci/plugin-docker-buildx
|
2022-08-29 21:10:24 +00:00
|
|
|
tags: latest, ${CI_COMMIT_TAG}
|
2022-09-28 01:12:21 +00:00
|
|
|
dockerfile: Dockerfile.multiarch
|
2021-12-18 19:49:55 +00:00
|
|
|
username:
|
|
|
|
from_secret: docker_username
|
|
|
|
password:
|
2022-02-25 23:03:49 +00:00
|
|
|
from_secret: docker_password
|
|
|
|
when:
|
2022-08-29 21:10:24 +00:00
|
|
|
event: [push, tag, cron]
|
|
|
|
branch: main
|