From d80fe859bd46a993d8508d904fddf957ec8d78dc Mon Sep 17 00:00:00 2001 From: Derek Paschal Date: Mon, 19 Jun 2023 12:13:18 -0500 Subject: [PATCH] Fixing syntax error in drone.yml --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 0fa8f57..d672614 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,7 +13,8 @@ steps: username: derekpaschal password: from_secret: local_container_repo_pass - repo: git.paschalplace.com/derekpaschal/nginx-basic-lb + registry: git.paschalplace.com + repo: derekpaschal/nginx-basic-lb tags: - latest pull_image: true