Explorar o código

fix release-rc.yml

Yuki Takei %!s(int64=3) %!d(string=hai) anos
pai
achega
6fc9421661
Modificáronse 1 ficheiros con 6 adicións e 1 borrados
  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 }}