Files
pytest/.drone.yml
2022-06-17 11:05:26 +02:00

21 lines
398 B
YAML

kind: pipeline
type: docker
name: pytest_Build
platform:
arch: arm64
steps:
- name: docker-build-push
image: plugins/docker
environment:
DREGISTRY:
from_secret: docker_regst
settings:
repo: "$DREGISTRY"/raffbrains/pytest
username:
from_secret: docker_user
password:
from_secret: docker_pass
registry:
from_secret: docker_regst
insecure: true