diff --git a/.drone.yml b/.drone.yml index a48c78f..34dfd2f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,7 @@ steps: - echo 'Starting build pipeline for RadarrSharp' - echo Drone build number is ${DRONE_BUILD_NUMBER} - echo Revision is $((${DRONE_BUILD_NUMBER}-$BUILD_NUM_SINCE_LAST_MINOR_VERSION)) - - echo Registry URL is $(REGISTRY_URL) + - echo Registry URL is ${REGISTRY_URL} environment: REGISTRY_URL: from_secret: gitea_registry_url