We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8a2eb3 commit 5fc65beCopy full SHA for 5fc65be
1 file changed
.github/workflows/release_base_image.yaml
@@ -78,8 +78,8 @@ jobs:
78
79
dongtai-mysql:
80
name: dongtai-mysql
81
- # needs:
82
- # - Release-DongTai-Infra-Service
+ needs:
+ - Release-DongTai-Infra-Service
83
runs-on: ubuntu-latest
84
# services:
85
# dongtai-mysql:
@@ -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 "version=$ID" >> $GITHUB_OUTPUT
119
# - name: Build Mysql only schema to local
120
# working-directory: ./mysql
121
# run: |
0 commit comments