From eb287050dc2f932362273d25b92976d9928c0172 Mon Sep 17 00:00:00 2001 From: Mohammed Sohail Date: Thu, 4 Nov 2021 11:14:48 +0300 Subject: [PATCH] ci: add docker build ci: update docker registry ci: update creds ci: update repo ci: (fix) repo --- .drone.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..7eb9bee --- /dev/null +++ b/.drone.yml @@ -0,0 +1,16 @@ +kind: pipeline +name: default + +steps: +- name: docker + image: plugins/docker + environment: + DOCKER_BUILDKIT: 1 + settings: + username: + from_secret: docker_username + password: + from_secret: docker_password + repo: docker.grassecon.net/cic-auth-helper-gitea + registry: docker.grassecon.net + tags: latest \ No newline at end of file