Browse Source

fix release-rc.yml

Yuki Takei 3 years ago
parent
commit
6fc9421661
1 changed files with 6 additions and 1 deletions
  1. 6 1
      .github/workflows/release-rc.yml

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

@@ -20,12 +20,17 @@ jobs:
       TAGS: ${{ steps.meta.outputs.tags }}
 
     steps:
+    - uses: actions/checkout@v3
+
+    - name: Retrieve information from package.json
+      uses: myrotvorets/info-from-package-json-action@1.2.0
+      id: package-json
 
     - name: Docker meta
       id: meta
       uses: docker/metadata-action@v4
       with:
-        images: ${{ matrix.registry }}/weseek/growi-codebuild-test
+        images: weseek/growi-codebuild-test
         sep-tags: ','
         tags: |
           type=raw,value=${{ steps.package-json.outputs.packageVersion }}