]> source.dussan.org Git - gitea.git/commitdiff
CI: migrate from 'plugins/s3:1' to 'woodpeckerci/plugin-s3:latest' (#17234)
author6543 <6543@obermui.de>
Wed, 6 Oct 2021 11:58:11 +0000 (13:58 +0200)
committerGitHub <noreply@github.com>
Wed, 6 Oct 2021 11:58:11 +0000 (13:58 +0200)
- 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

.drone.yml

index 7be296fa5f1c1b4b6652595cfe9f46fd81ac6168..b7609a53825bf49fbbe09a10ad5d11286c88d1fd 100644 (file)
@@ -534,7 +534,7 @@ steps:
 
   - name: release-branch
     pull: always
-    image: plugins/s3:1
+    image: woodpeckerci/plugin-s3:latest
     settings:
       acl: public-read
       bucket: gitea-artifacts
@@ -555,7 +555,7 @@ steps:
         - push
 
   - name: release-main
-    image: plugins/s3:1
+    image: woodpeckerci/plugin-s3:latest
     settings:
       acl: public-read
       bucket: gitea-artifacts
@@ -630,7 +630,7 @@ steps:
 
   - name: release-tag
     pull: always
-    image: plugins/s3:1
+    image: woodpeckerci/plugin-s3:latest
     settings:
       acl: public-read
       bucket: gitea-artifacts