From 92c6e2c5cc6814769726b1585d277ab43c090250 Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Mon, 10 May 2021 21:54:56 +0200 Subject: [PATCH] [#45] It's plugins/s3-cache dude --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 1a0bef0..a990696 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,7 +1,7 @@ pipeline: # Download the cache from S3 restore-cache: - image: plugins/drone-s3-cache + image: plugins/s3-cache pull: true endpoint: $S3_ENDPOINT @@ -55,7 +55,7 @@ pipeline: # =====REBUILD CACHE===== rebuild-cache: - image: plugins/drone-s3-cache + image: plugins/s3-cache endpoint: $S3_ENDPOINT access_key: $S3_USER