From f8e8becc23273a5b1c6223abdaee0eabd0922569 Mon Sep 17 00:00:00 2001 From: JustAnotherArchivist Date: Wed, 21 Feb 2024 19:18:03 +0000 Subject: [PATCH] Enable building container images with Drone --- .drone.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..10203ef --- /dev/null +++ b/.drone.yml @@ -0,0 +1,18 @@ +--- +kind: pipeline +name: default +steps: +- name: docker + image: plugins/docker + settings: + registry: atdr-writer.meo.ws + username: + from_secret: atdr_user + password: + from_secret: atdr_pass + repo: atdr-writer.meo.ws/archiveteam/transfer.sh + dockerfile: Containerfile + purge: true + auto_tag: false + tags: + - latest