manga-dlp/.woodpecker/test_docker_amd64.yml

36 lines
709 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:
2023-02-12 03:41:49 +01:00
image: woodpeckerci/plugin-git:v1.6.0
2022-05-13 11:49:13 +02:00
when:
branch: master
event: pull_request
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:
2023-02-12 03:41:49 +01:00
image: plugins/docker
pull: true
2022-05-13 00:46:56 +02:00
when:
branch: master
event: pull_request
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