From 23ce7b351d4ce8dc9cfa8f2c623927c78c0eb418 Mon Sep 17 00:00:00 2001 From: Norwin Date: Sun, 10 Oct 2021 20:48:51 +0800 Subject: [PATCH] fix CI release upload: switch to woodpecker/plugin-s3 (#428) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - this fixes the CI release upload issues, as the docker image for this is freshly built (unlike the mostly unmaintained "official" drone plugins), thus containing current CA certs needed for letsencrypt since 2021-09-31. - woodpecker is a drone-ci fork maintained partially by @6543. it's API compatible with current drone plugins afaik Co-authored-by: Norwin Reviewed-on: https://gitea.com/gitea/tea/pulls/428 Reviewed-by: Alexey 〒erentyev Reviewed-by: 6543 <6543@obermui.de> Co-authored-by: Norwin Co-committed-by: Norwin --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 4d08751..c3c015a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -96,7 +96,7 @@ steps: - name: tag-release pull: always - image: plugins/s3:1 + image: woodpeckerci/plugin-s3:latest settings: acl: public-read bucket: gitea-artifacts @@ -116,7 +116,7 @@ steps: - name: release-branch-release pull: always - image: plugins/s3:1 + image: woodpeckerci/plugin-s3:latest settings: acl: public-read bucket: gitea-artifacts @@ -138,7 +138,7 @@ steps: - name: release pull: always - image: plugins/s3:1 + image: woodpeckerci/plugin-s3:latest settings: acl: public-read bucket: gitea-artifacts