Browse Source

fix: update image name to growilabs/growi in release workflows

Shun Miyazawa 6 months ago
parent
commit
3ab4706c44
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .github/workflows/release-rc-scheduled.yml
  2. 1 1
      .github/workflows/release-rc.yml

+ 1 - 1
.github/workflows/release-rc-scheduled.yml

@@ -48,7 +48,7 @@ jobs:
   build-image-rc:
     uses: growilabs/growi/.github/workflows/reusable-app-build-image.yml@master
     with:
-      image-name: weseek/growi
+      image-name: growilabs/growi
       tag-temporary: latest-rc
     secrets:
       AWS_ROLE_TO_ASSUME_FOR_OIDC: ${{ secrets.AWS_ROLE_TO_ASSUME_FOR_OIDC }}

+ 1 - 1
.github/workflows/release-rc.yml

@@ -40,7 +40,7 @@ jobs:
   build-image-rc:
     uses: growilabs/growi/.github/workflows/reusable-app-build-image.yml@master
     with:
-      image-name: weseek/growi
+      image-name: growilabs/growi
       tag-temporary: latest-rc
     secrets:
       AWS_ROLE_TO_ASSUME_FOR_OIDC: ${{ secrets.AWS_ROLE_TO_ASSUME_FOR_OIDC }}