manga-dlp/.woodpecker/test_docker_amd64.yml

36 lines
702 B
YAML
Raw Normal View History

##################################
# test build docker images amd64 #
##################################
2022-05-13 00:46:56 +02:00
# branch: master
# event: pull_request
platform: linux/amd64
2022-05-13 00:46:56 +02:00
depends_on:
- tests
2022-05-13 11:49:13 +02:00
clone:
git:
when:
branch: master
event: pull_request
image: woodpeckerci/plugin-git
2022-05-13 00:46:56 +02:00
pipeline:
# build docker image for amd64 - x86
2022-06-22 19:27:03 +02:00
test-build-amd64:
2022-05-13 00:46:56 +02:00
when:
branch: master
event: pull_request
2022-07-21 22:16:14 +02:00
image: plugins/docker
pull: true
2022-05-13 00:46:56 +02:00
settings:
dry_run: true
repo: olofvndrhr/manga-dlp
platforms: linux/amd64
2022-05-13 00:46:56 +02:00
dockerfile: docker/Dockerfile.amd64
auto_tag: true
2022-06-22 19:27:03 +02:00
auto_tag_suffix: linux-amd64-test
2022-07-23 00:30:28 +02:00
build_args: BUILD_VERSION=test