vieter/.woodpecker/.docker.yml

31 lines
715 B
YAML
Raw Normal View History

2022-01-19 23:06:46 +01:00
branches: [main, dev]
platform: linux/amd64
2022-01-30 21:07:37 +01:00
depends_on:
- build
2022-01-13 15:29:43 +01:00
pipeline:
dev:
image: woodpeckerci/plugin-docker-buildx
secrets: [ docker_username, docker_password ]
settings:
repo: chewingbever/vieter
tag: dev
2022-01-15 15:49:19 +01:00
platforms: [ linux/arm/v7, linux/arm64/v8, linux/amd64 ]
2022-01-23 18:43:52 +01:00
build_args_from_env:
2022-01-23 13:58:29 +01:00
- CI_COMMIT_SHA
when:
event: push
2022-01-15 11:35:29 +01:00
branch: dev
release:
2022-01-15 11:35:29 +01:00
image: woodpeckerci/plugin-docker-buildx
secrets: [ docker_username, docker_password ]
settings:
repo: chewingbever/vieter
2022-01-31 23:39:04 +01:00
auto_tag: true
2022-01-15 15:49:19 +01:00
platforms: [ linux/arm/v7, linux/arm64/v8, linux/amd64 ]
2022-01-27 22:14:08 +01:00
build_args_from_env:
- CI_COMMIT_SHA
when:
event: tag