From 6939c738146b3436806f9188ff7e1ad09ea76234 Mon Sep 17 00:00:00 2001 From: shahanneda Date: Mon, 6 Jun 2022 19:17:38 -0700 Subject: [PATCH] changed registry --- .drone.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 1690891..d85a109 100644 --- a/.drone.yml +++ b/.drone.yml @@ -32,13 +32,16 @@ steps: - name: publish image: plugins/docker:latest + depends_on: + - export settings: username: from_secret: harbour_username password: from_secret: harbour_password tags: latest - repo: registry.cloud.csclub.uwaterloo.ca/snedadah/csc-class-profile + registry: registry.cloud.csclub.uwaterloo.ca + repo: snedadah/csc-class-profile