增加tag

This commit is contained in:
johlanse 2022-08-02 18:06:18 +08:00
parent a9475859e7
commit e3aa589e79
1 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ jobs:
run: |
echo "RELEASE_VERSION=${GITHUB_REF:10}" >> $GITHUB_ENV
echo ${GITHUB_REF:10}
docker tag jolanse/study_xxqg jolanse/study_xxqg:${{env.RELEASE_VERSION}}
docker push jolanse/study_xxqg:${{env.RELEASE_VERSION}}
docker tag jolanse/study_xxqg jolanse/study_xxqg:${GITHUB_REF:10}
docker push jolanse/study_xxqg:${GITHUB_REF:10}