Yuki Takei 3 лет назад
Родитель
Сommit
70a496dc68
1 измененных файлов с 0 добавлено и 12 удалено
  1. 0 12
      .github/workflows/release-rc.yml

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

@@ -28,7 +28,6 @@ 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
@@ -38,17 +37,6 @@ 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
-        sep-tags: ','
-        tags: |
-          type=raw,value=${{ steps.package-json.outputs.packageVersion }}
-          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