diff --git a/.drone.yml b/.drone.yml index 03c9878..b986598 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,7 @@ steps: - name: debug image: alpine commands: - - 'echo "Repository: ${DOCKER_REPO}"' + - 'echo "Repository: $${DOCKER_REPO}"' - 'echo "Git commit: ${DRONE_COMMIT_SHA:0:8}"' - name: publish:commit_sha