Skip to content

Commit 2a0350b

Browse files
authored
attester-image-push: Fix container tag naming (#456)
1 parent 682e97c commit 2a0350b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set image tag to version of the git tag
2121
if: ${{ startsWith(github.ref, 'refs/tags/pyth-wormhole-attester-v') }}
2222
run: |
23-
PREFIX="refs/tags/pyth-attester-"
23+
PREFIX="refs/tags/pyth-wormhole-attester-"
2424
VERSION="${GITHUB_REF:${#PREFIX}}"
2525
echo "IMAGE_TAG=${VERSION}" >> "${GITHUB_ENV}"
2626
- name: Set image tag to the git commit hash

0 commit comments

Comments
 (0)