From 83746a8ae6e7e2b95f8e0e07c1ec2c72cf9d8de9 Mon Sep 17 00:00:00 2001 From: 97WaterPolo Date: Mon, 21 Aug 2023 15:19:52 -0700 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) 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