Skip to content

Commit fd9eed1

Browse files
authored
Merge pull request #173 from morph-l2/FletcherMan-patch-1
Update docker_release.yml
2 parents 90df1cc + 445df74 commit fd9eed1

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/docker_release.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@ name: Push Docker Image
33
on:
44
push:
55
tags:
6-
- test-v*
7-
branches:
8-
- main
9-
- release/*
6+
- morph-v*
107

118
env:
129
IMAGE_NAME: go-ethereum
@@ -35,7 +32,7 @@ jobs:
3532
# Strip git ref prefix from version
3633
VERSION=$(echo "${{ github.ref }}" | sed -e 's,.*/\(.*\),\1,')
3734
# Strip "morph-v" prefix from tag name
38-
[[ "${{ github.ref }}" == "refs/tags/"* ]] && VERSION=$(echo $VERSION | sed -e 's/^test-v//')
35+
[[ "${{ github.ref }}" == "refs/tags/"* ]] && VERSION=$(echo $VERSION | sed -e 's/^morph-v//')
3936
echo IMAGE_ID=$IMAGE_ID
4037
echo VERSION=$VERSION
4138
docker tag $IMAGE_NAME $IMAGE_ID:$VERSION

0 commit comments

Comments
 (0)