Browse Source

fix workflow

Yuki Takei 4 years ago
parent
commit
4a75003484
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/release-rc.yml

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

@@ -26,8 +26,8 @@ jobs:
       with:
       with:
         images: weseek/growi,ghcr.io/weseek/growi
         images: weseek/growi,ghcr.io/weseek/growi
         tags: |
         tags: |
-          type=raw,value=${{ steps.meta.semver.outputs.SEMVER }}
-          type=raw,value=${{ steps.meta.semver.outputs.SEMVER }}.{{sha}}
+          type=raw,value=${{ steps.semver.outputs.SEMVER }}
+          type=raw,value=${{ steps.semver.outputs.SEMVER }}.{{sha}}
 
 
     - name: Login to docker.io registry
     - name: Login to docker.io registry
       run: |
       run: |