diff --git a/.drone.yml b/.drone.yml index 4193498..7fdeeb8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -67,6 +67,11 @@ steps: - poetry config http-basic.roboces "$REGISTRY_USERNAME" "$REGISTRY_PASSWORD" - sleep 30m - poetry publish --repository roboces + environment: + REGISTRY_USERNAME: + from_secret: REGISTRY_USERNAME + REGISTRY_PASSWORD: + from_secret: REGISTRY_PASSWORD when: ref: - refs/tags/v*