Browse Source

fix release-rc.yml

Yuki Takei 3 năm trước cách đây
mục cha
commit
ca00234aca
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      .github/workflows/release-rc.yml

+ 2 - 0
.github/workflows/release-rc.yml

@@ -28,6 +28,7 @@ jobs:
       id: package-json
 
     - name: Docker meta for docker.io
+      id: meta
       uses: docker/metadata-action@v4
       with:
         images: docker.io/weseek/growi-codebuild-test
@@ -37,6 +38,7 @@ jobs:
           type=raw,value=${{ steps.package-json.outputs.packageVersion }}.{{sha}}
 
     - name: Docker meta for ghcr.io
+      id: meta-ghcr
       uses: docker/metadata-action@v4
       with:
         images: ghcr.io/weseek/growi-codebuild-test