From 05315cff15d07d9284c7c932336fae12df7d515e Mon Sep 17 00:00:00 2001 From: Ralf Haferkamp Date: Wed, 25 Sep 2024 10:59:56 +0200 Subject: [PATCH] Unpin the s3 drone plugin image again The upstream bug has been fixed, so we can unpin the s3 drone plugin image again. --- .drone.star | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.star b/.drone.star index 7333c7cea..a1cb11d14 100644 --- a/.drone.star +++ b/.drone.star @@ -33,7 +33,7 @@ PLUGINS_GH_PAGES = "plugins/gh-pages:1" PLUGINS_GITHUB_RELEASE = "plugins/github-release:1" PLUGINS_GIT_ACTION = "plugins/git-action:1" PLUGINS_MANIFEST = "plugins/manifest:1" -PLUGINS_S3 = "plugins/s3:1.4.0" +PLUGINS_S3 = "plugins/s3:1" PLUGINS_S3_CACHE = "plugins/s3-cache:1" PLUGINS_SLACK = "plugins/slack:1" REDIS = "redis:6-alpine"