Skip to content

Commit 70d8d64

Browse files
authored
CI: migrate from 'plugins/s3:1' to 'woodpeckerci/plugin-s3:latest' (go-gitea#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
1 parent f0ba87f commit 70d8d64

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.drone.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ steps:
534534

535535
- name: release-branch
536536
pull: always
537-
image: plugins/s3:1
537+
image: woodpeckerci/plugin-s3:latest
538538
settings:
539539
acl: public-read
540540
bucket: gitea-artifacts
@@ -555,7 +555,7 @@ steps:
555555
- push
556556

557557
- name: release-main
558-
image: plugins/s3:1
558+
image: woodpeckerci/plugin-s3:latest
559559
settings:
560560
acl: public-read
561561
bucket: gitea-artifacts
@@ -630,7 +630,7 @@ steps:
630630

631631
- name: release-tag
632632
pull: always
633-
image: plugins/s3:1
633+
image: woodpeckerci/plugin-s3:latest
634634
settings:
635635
acl: public-read
636636
bucket: gitea-artifacts

0 commit comments

Comments
 (0)