From 39061289d6f85f124cc63e269c793c4c0759c51b Mon Sep 17 00:00:00 2001 From: Logan Koester Date: Mon, 6 Dec 2021 23:48:16 +0700 Subject: [PATCH] F --- .drone.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index 07b73ea..753b21d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,11 +7,14 @@ name: Waypoint workspace: path: /drone/workspace +image_pull_secrets: +- dockerconfig + steps: -- name: smaug_build - image: registry.digitalocean.com/smaug/smaug +- name: build + image: registry.digitalocean.com/smaug commands: - - ls + - smaug - name: waypoint_deploy image: hashicorp/waypoint:latest @@ -35,9 +38,6 @@ trigger: - push - pull_request -image_pull_secrets: - - DOCKER_CONFIG - --- kind: secret