diff --git a/.drone.yml b/.drone.yml index 194d190..6725c88 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,6 +12,10 @@ 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 + environment: + REGISTRY_URL: + from_secret: gitea_registry_url - name: nuget-publish image: mcr.microsoft.com/dotnet/sdk:5.0