Skip to content

Commit f8a2eb3

Browse files
committed
feat(workflow): update release_base_image.yaml to include latest MySQL image tag
1 parent 6f791b8 commit f8a2eb3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release_base_image.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,11 @@ jobs:
111111
username: ${{ secrets.ALIYUN_DOCKERHUB_USER }}
112112
password: ${{ secrets.ALIYUN_DOCKERHUB_PASSWORD }}
113113

114-
- id: release
115-
run: |
116-
TAG_NAME=${{ github.event.release.tag_name }}
117-
ID=`echo ${TAG_NAME##v}`
118-
echo "::set-output name=version::$ID"
114+
# - id: release
115+
# run: |
116+
# TAG_NAME=${{ github.event.release.tag_name }}
117+
# ID=`echo ${TAG_NAME##v}`
118+
# echo "::set-output name=version::$ID"
119119
# - name: Build Mysql only schema to local
120120
# working-directory: ./mysql
121121
# run: |

0 commit comments

Comments
 (0)