diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..ad2b933 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,6 @@ +.drone.yml +.gitignore +.dockerignore +Dockerfile +LICENSE +README.md \ No newline at end of file diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..9531e66 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,17 @@ +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 \ No newline at end of file