We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 682e97c commit 2a0350bCopy full SHA for 2a0350b
.github/workflows/attester-image-push.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Set image tag to version of the git tag
21
if: ${{ startsWith(github.ref, 'refs/tags/pyth-wormhole-attester-v') }}
22
run: |
23
- PREFIX="refs/tags/pyth-attester-"
+ PREFIX="refs/tags/pyth-wormhole-attester-"
24
VERSION="${GITHUB_REF:${#PREFIX}}"
25
echo "IMAGE_TAG=${VERSION}" >> "${GITHUB_ENV}"
26
- name: Set image tag to the git commit hash
0 commit comments