Skip to content

Commit

Permalink
Fix/devops 9 (maxisam#143)
Browse files Browse the repository at this point in the history
* feat: test createbucketifneeded

* refactor: Dockerfile lint
  • Loading branch information
maxisam authored and danielchristianschroeter committed Nov 6, 2024
1 parent 7894d80 commit 97e780a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion test/gh-actions/no-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 97e780a

Please sign in to comment.