From 8dd64261ce71e7cff8e18fdf59a3e55514a53d47 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Sun, 10 Mar 2019 14:30:16 -0700 Subject: [PATCH] Add docker secrets --- .drone.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.drone.yml b/.drone.yml index c5c794d..878b918 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,6 +8,10 @@ steps: repo: iamthefij/multiarch-pipeline-test auto_tag: true auto_tag_suffix: linux-amd64 + username: + from_secret: docker_username + password: + from_secret: docker_password --- kind: pipeline @@ -20,6 +24,10 @@ steps: repo: iamthefij/multiarch-pipeline-test auto_tag: true auto_tag_suffix: linux-arm32v6 + username: + from_secret: docker_username + password: + from_secret: docker_password build_args: - ARCH=arm - REPO=arm32v6