From 4075ef655cbc48349afe4cebf462fbcd766e19c5 Mon Sep 17 00:00:00 2001 From: oxpa Date: Wed, 4 Sep 2024 21:31:08 +0100 Subject: [PATCH] proper bucket name for tests --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 74777d2..62fbd16 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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" @@ -41,7 +41,7 @@ jobs: ports: - 9090:9090 env: - initialBuckets: testme + initialBuckets: mockbucket credentials: username: oxpa password: ${{ secrets.DOCKERHUB_PASS }}