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 6f791b8 commit f8a2eb3Copy full SHA for f8a2eb3
.github/workflows/release_base_image.yaml
@@ -111,11 +111,11 @@ jobs:
111
username: ${{ secrets.ALIYUN_DOCKERHUB_USER }}
112
password: ${{ secrets.ALIYUN_DOCKERHUB_PASSWORD }}
113
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"
+# - id: release
+# run: |
+# TAG_NAME=${{ github.event.release.tag_name }}
+# ID=`echo ${TAG_NAME##v}`
+# echo "::set-output name=version::$ID"
119
# - name: Build Mysql only schema to local
120
# working-directory: ./mysql
121
# run: |
0 commit comments