diff --git a/.github/actions/setup-gradle-cache/action.yml b/.github/actions/setup-gradle-cache/action.yml index f120d828..1574fd7f 100644 --- a/.github/actions/setup-gradle-cache/action.yml +++ b/.github/actions/setup-gradle-cache/action.yml @@ -27,5 +27,7 @@ runs: bucket: actions-cache accessKey: ${{ inputs.accessKey }} secretKey: ${{ inputs.secretKey }} - endpoint: nbg1.your-objectstorage.com - use-fallback: false \ No newline at end of file + endpoint: localhost + port: 9000 + insecure: true + use-fallback: false diff --git a/.github/actions/setup-rust-cache/action.yml b/.github/actions/setup-rust-cache/action.yml index 61c150a1..bf4e1697 100644 --- a/.github/actions/setup-rust-cache/action.yml +++ b/.github/actions/setup-rust-cache/action.yml @@ -26,5 +26,7 @@ runs: bucket: actions-cache accessKey: ${{ inputs.accessKey }} secretKey: ${{ inputs.secretKey }} - endpoint: nbg1.your-objectstorage.com - use-fallback: false \ No newline at end of file + endpoint: localhost + port: 9000 + insecure: true + use-fallback: false