New upload way
Build release Docker image / Build Docker Images (push) Failing after 8m10s

This commit is contained in:
2026-05-04 18:46:41 +02:00
parent 6034c4f07b
commit 574d81ac54
5 changed files with 940 additions and 30 deletions
+8 -6
View File
@@ -23,16 +23,18 @@ export default () => ({
config: {
provider: "aws-s3",
providerOptions: {
baseUrl: "https://container.harmonylab.ovh/harmony",
baseUrl: "https://container.choralsync.com",
credentials: {
accessKeyId: "admin",
secretAccessKey: "Apslxnap12bn23",
accessKeyId: "a6f474b04f010543022788efc626cbfe",
secretAccessKey:
"eeeb631194378edee5145b3ef6314630b152fa186b3dab2fefdf8b48952cde21",
},
endpoint: "https://container.harmonylab.ovh",
endpoint:
"https://4c59d3c67191bdd08e311a5a49c3ac98.r2.cloudflarestorage.com",
forcePathStyle: true,
region: "eu-west-3",
region: "weur",
params: {
Bucket: "harmony",
Bucket: "choralsync",
},
},
},