Loïc Dachary
6c83545d0e
Refs: https://codeberg.org/forgejo/forgejo/issues/73 Refs: https://codeberg.org/forgejo/forgejo/issues/101 Refs: https://codeberg.org/woodpecker-plugins/plugin-docker-buildx/issues/51 Refs: https://codeberg.org/forgejo/forgejo/issues/117 Refs: https://codeberg.org/forgejo/forgejo/issues/25 Refs: https://codeberg.org/forgejo/forgejo/issues/154
24 lines
624 B
YAML
24 lines
624 B
YAML
platform: linux/amd64
|
|
|
|
branches:
|
|
includes: [ wip-ci-* ]
|
|
|
|
when:
|
|
event: push
|
|
|
|
variables:
|
|
- &dind_image 'docker:20.10-dind'
|
|
|
|
pipeline:
|
|
container-images-pull-verify-push:
|
|
image: *dind_image
|
|
commands:
|
|
# arm64 would require qemu-user-static which is not available on alpline
|
|
# the test coverage does not change much and running the tests test locally
|
|
# is possible if there is a doubt
|
|
- ARCHS=amd64 ./releases/container-images-pull-verify-push-test.sh test
|
|
- ./releases/container-images-pull-verify-push-test.sh test_teardown
|
|
secrets:
|
|
- releaseteamuser
|
|
- releaseteamtoken
|
|
- domain
|