manga-dlp/.woodpecker/test_docker_amd64.yml
Ivan Schaller 7a81218176
All checks were successful
ci/woodpecker/push/tests Pipeline was successful
fix images for new ci workflow
2022-07-21 22:16:14 +02:00

35 lines
704 B
YAML

##################################
# test build docker images amd64 #
##################################
# branch: master
# event: pull_request
platform: linux/amd64
depends_on:
- tests
clone:
git:
when:
branch: master
event: pull_request
image: woodpeckerci/plugin-git
pipeline:
# build docker image for amd64 - x86
test-build-amd64:
when:
branch: master
event: pull_request
image: plugins/docker
pull: true
settings:
dry_run: true
repo: olofvndrhr/manga-dlp
platforms: linux/amd64
dockerfile: docker/Dockerfile.amd64
auto_tag: true
auto_tag_suffix: linux-amd64-test
build_args: BUILD_VERSION=2.1.11