Skip to content

Commit 73ae93b

Browse files
authored
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
1 parent dc030f6 commit 73ae93b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.drone.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ steps:
527527

528528
- name: release-branch
529529
pull: always
530-
image: plugins/s3:1
530+
image: woodpeckerci/plugin-s3:latest
531531
settings:
532532
acl: public-read
533533
bucket: gitea-artifacts
@@ -548,7 +548,7 @@ steps:
548548
- push
549549

550550
- name: release-main
551-
image: plugins/s3:1
551+
image: woodpeckerci/plugin-s3:latest
552552
settings:
553553
acl: public-read
554554
bucket: gitea-artifacts
@@ -623,7 +623,7 @@ steps:
623623

624624
- name: release-tag
625625
pull: always
626-
image: plugins/s3:1
626+
image: woodpeckerci/plugin-s3:latest
627627
settings:
628628
acl: public-read
629629
bucket: gitea-artifacts

0 commit comments

Comments
 (0)