diff --git a/Dockerfile b/Dockerfile index 3d35484..bd97d75 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,9 +11,9 @@ ARG EN_MINIO=false ARG EN_RCLONE=false ARG VERSION -FROM maxisam/mongo-tool:${MONGODB_TOOLS_VERSION} as tools-builder +FROM maxisam/mongo-tool:${MONGODB_TOOLS_VERSION} AS tools-builder -FROM golang:1.21 as mgob-builder +FROM golang:1.21 AS mgob-builder ARG VERSION COPY . /go/src/github.com/stefanprodan/mgob WORKDIR /go/src/github.com/stefanprodan/mgob diff --git a/test/gh-actions/no-local.yml b/test/gh-actions/no-local.yml index 1393dc1..296b4cd 100644 --- a/test/gh-actions/no-local.yml +++ b/test/gh-actions/no-local.yml @@ -10,7 +10,8 @@ retry: s3: url: "http://127.0.0.1:9000" - bucket: "backup" + bucket: "backup2" accessKey: "AKIAIOSFODNN7EXAMPLE" secretKey: "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY" api: "S3v4" + createbucketifneeded: true