1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-07 11:07:20 +00:00

CI: migrate from 'plugins/s3:1' to 'woodpeckerci/plugin-s3:latest' (#17234) (#17260)

- 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
This commit is contained in:
6543
2021-10-07 22:02:07 +02:00
committed by GitHub
parent dc030f64a7
commit 73ae93b007

View File

@ -527,7 +527,7 @@ steps:
- 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
@ -548,7 +548,7 @@ steps:
- 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
@ -623,7 +623,7 @@ steps:
- 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