فهرست منبع

attester-image-push: Fix container tag naming (#456)

Stanisław Drozd 2 سال پیش
والد
کامیت
2a0350bb5f
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      .github/workflows/attester-image-push.yml

+ 1 - 1
.github/workflows/attester-image-push.yml

@@ -20,7 +20,7 @@ jobs:
       - name: Set image tag to version of the git tag
         if: ${{ startsWith(github.ref, 'refs/tags/pyth-wormhole-attester-v') }}
         run: |
-          PREFIX="refs/tags/pyth-attester-"
+          PREFIX="refs/tags/pyth-wormhole-attester-"
           VERSION="${GITHUB_REF:${#PREFIX}}"
           echo "IMAGE_TAG=${VERSION}" >> "${GITHUB_ENV}"
       - name: Set image tag to the git commit hash