Browse Source

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
tags/v1.16.0-rc1
6543 2 years ago
parent
commit
70d8d64cb8
No account linked to committer's email address
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      .drone.yml

+ 3
- 3
.drone.yml View File



- name: release-branch - name: release-branch
pull: always pull: always
image: plugins/s3:1
image: woodpeckerci/plugin-s3:latest
settings: settings:
acl: public-read acl: public-read
bucket: gitea-artifacts bucket: gitea-artifacts
- push - push


- name: release-main - name: release-main
image: plugins/s3:1
image: woodpeckerci/plugin-s3:latest
settings: settings:
acl: public-read acl: public-read
bucket: gitea-artifacts bucket: gitea-artifacts


- name: release-tag - name: release-tag
pull: always pull: always
image: plugins/s3:1
image: woodpeckerci/plugin-s3:latest
settings: settings:
acl: public-read acl: public-read
bucket: gitea-artifacts bucket: gitea-artifacts

Loading…
Cancel
Save