Files
testflight-watcher/.drone.yml
uzurka 68809efe7d
All checks were successful
continuous-integration/drone Build is passing
added Docker Ignore file
2023-07-10 22:09:15 +02:00

17 lines
326 B
YAML

kind: pipeline
name: default
steps:
- name: docker
image: thegeeklab/drone-docker-buildx:23
privileged: true
settings:
username: uzurka
password:
from_secret: docker_password
repo: uzurka/testflight-watcher
tags: latest
platforms:
- linux/amd64
- linux/arm64
- linux/arm/v7