diff --git a/.drone.yml b/.drone.yml index 3a39f56..8c515e0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -56,7 +56,8 @@ pipeline: event: [ push, tag ] branch: [ master ] s3: - image: plugins/s3 + image: plugins/s3:1 + pull: true secrets: [ aws_access_key_id, aws_secret_access_key ] bucket: gitea-github-migrator path_style: true @@ -69,7 +70,8 @@ pipeline: event: [ push ] branch: [ S3 ] s3: - image: plugins/s3 + image: plugins/s3:1 + pull: true secrets: [ aws_access_key_id, aws_secret_access_key ] bucket: gitea-github-migrator path_style: true