mirror of
https://github.com/uniwhale-io/pyth-crosschain.git
synced 2026-01-12 17:12:23 +08:00
attester-image-push: Fix container tag naming (#456)
This commit is contained in:
2
.github/workflows/attester-image-push.yml
vendored
2
.github/workflows/attester-image-push.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user