This is an automated email from the ASF dual-hosted git repository.
pingsutw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/submarine.git
The following commit(s) were added to refs/heads/master by this push:
new cea7bfe [Hotfix] Updated minio image version
cea7bfe is described below
commit cea7bfe86f0fa2f0198a906cf02837f01b2121b6
Author: Kevin Su <[email protected]>
AuthorDate: Tue Mar 8 15:29:42 2022 +0800
[Hotfix] Updated minio image version
Signed-off-by: Kevin Su <[email protected]>
---
.github/workflows/master.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml
index 7e17b72..23fab55 100644
--- a/.github/workflows/master.yml
+++ b/.github/workflows/master.yml
@@ -352,7 +352,7 @@ jobs:
# wait until mysql is health
options: --health-cmd "mysqladmin ping" --health-interval 10s
--health-timeout 10s --health-retries 10
minio:
- image: bitnami/minio:latest
+ image: bitnami/minio:2022.2.24
env:
MINIO_ACCESS_KEY: "submarine_minio"
MINIO_SECRET_KEY: "submarine_minio"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]