From 65e0b40ace775b23fa27f97b6849854ae1c6355d Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Sat, 7 Aug 2021 00:21:35 -0500 Subject: [PATCH] fix --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 715dbb2..c0eff8a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -27,6 +27,6 @@ steps: password: from_secret: docker_password tags: - - latest - - latest-${DRONE_BUILD_NUMBER} - - 1.22.0-${DRONE_BUILD_NUMBER} + - "latest" + - "latest-${DRONE_BUILD_NUMBER}" + - "1.22.0-${DRONE_BUILD_NUMBER}"