Skip to content

Commit

Permalink
proper bucket name for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oxpa committed Sep 4, 2024
1 parent 59be6b0 commit 4075ef6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- 5000:5000
env:
REGISTRY_STORAGE: "s3"
REGISTRY_STORAGE_S3_BUCKET: "s3mock"
REGISTRY_STORAGE_S3_BUCKET: "mockbucket"
REGISTRY_STORAGE_S3_V4AUTH: "false"
REGISTRY_STORAGE_S3_REGION: "generic"
REGISTRY_STORAGE_S3_REGIONENDPOINT: "http://s3mock:9090"
Expand All @@ -41,7 +41,7 @@ jobs:
ports:
- 9090:9090
env:
initialBuckets: testme
initialBuckets: mockbucket
credentials:
username: oxpa
password: ${{ secrets.DOCKERHUB_PASS }}
Expand Down

0 comments on commit 4075ef6

Please sign in to comment.