diff options
author | 6543 | 2021-10-06 13:58:11 +0200 |
---|---|---|
committer | GitHub | 2021-10-06 13:58:11 +0200 |
commit | 70d8d64cb81a2eebb73903f38caad3a3c61323c3 (patch) | |
tree | 681e0502e724d6014d1409a332fa195bbd1879b3 /.drone.yml | |
parent | f0ba87fda88c7bb601eee17f3e3a72bea8a71521 (diff) |
CI: migrate from 'plugins/s3:1' to 'woodpeckerci/plugin-s3:latest' (#17234)
- 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
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.drone.yml b/.drone.yml index 7be296fa5..b7609a538 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 |