diff --git a/.drone.yml b/.drone.yml index bc8af79..ba87641 100644 --- a/.drone.yml +++ b/.drone.yml @@ -33,7 +33,7 @@ steps: - ./gradlew bundleRelease - name: deploy latest build - image: busybox + image: curlimages/curl environment: SEAFILE_API_KEY: from_secret: SeafileApiKey @@ -45,7 +45,7 @@ steps: - 'curl -H "Authorization: Token $SEAFILE_API_KEY" -F file=@BUNDLE_FILE -F parent_dir=/ -F relative_path=latest/ -F replace=1 "$UPLOADLINK"' - name: deploy tagged build - image: busybox + image: curlimages/curl environment: SEAFILE_API_KEY: from_secret: SeafileApiKey