File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -168,6 +168,7 @@ pipeline:
168
168
image : plugins/s3:1
169
169
pull : true
170
170
secrets : [ aws_access_key_id, aws_secret_access_key ]
171
+ bucket : releases
171
172
endpoint : https://storage.gitea.io
172
173
path_style : true
173
174
strip_prefix : dist/release/
@@ -181,6 +182,7 @@ pipeline:
181
182
image : plugins/s3:1
182
183
pull : true
183
184
secrets : [ aws_access_key_id, aws_secret_access_key ]
185
+ bucket : releases
184
186
endpoint : https://storage.gitea.io
185
187
path_style : true
186
188
strip_prefix : dist/release/
@@ -194,6 +196,7 @@ pipeline:
194
196
image : plugins/s3:1
195
197
pull : true
196
198
secrets : [ aws_access_key_id, aws_secret_access_key ]
199
+ bucket : releases
197
200
endpoint : https://storage.gitea.io
198
201
path_style : true
199
202
strip_prefix : dist/release/
You can’t perform that action at this time.
0 commit comments