aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.drone.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml
index f35b072..184a421 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -21,9 +21,9 @@ steps:
- name: publish
image: plugins/docker
settings:
- repo: $DRONE_REPO
+ repo: "${DRONE_REPO}"
tags:
- - $DRONE_COMMIT_SHA
+ - "${DRONE_COMMIT_SHA}"
- latest
target: release
username: