From ced2452d6e3db28f8d7b95c3e0f63f04636e740c Mon Sep 17 00:00:00 2001 From: simon Date: Wed, 11 May 2022 22:42:30 +0700 Subject: [PATCH] image_pull_secrets with new creds --- .drone.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 637d433..4513263 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,10 +13,9 @@ steps: environment: TARGETPLATFORM: linux/amd64 settings: - username: - from_secret: docker_username - password: - from_secret: docker_password repo: bbilly1/tubearchivist-test tags: - unstable + +image_pull_secrets: +- dockerconfigjson