This commit is contained in:
fatedier
2020-09-23 14:40:22 +08:00
Unverified
parent cd5314466c
commit 317f901c1c
+1 -1
View File
@@ -74,7 +74,7 @@ jobs:
-
name: Get Image Tag Name
run: |
if [ x${{ github.event.inputs.logLevel }} == x"" ]; then
if [ x${{ github.event.inputs.tag }} == x"" ]; then
echo ::set-env name=TAG_NAME::${GITHUB_REF#refs/*/}
else
echo ::set-env name=TAG_NAME::${{ github.event.inputs.tag }}