From 317f901c1c07f5e9d470a1000210137e0dcfd1ca Mon Sep 17 00:00:00 2001 From: fatedier Date: Wed, 23 Sep 2020 14:40:22 +0800 Subject: [PATCH] typo --- .github/workflows/build-and-push-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-push-image.yml b/.github/workflows/build-and-push-image.yml index 041f2ea..0894228 100644 --- a/.github/workflows/build-and-push-image.yml +++ b/.github/workflows/build-and-push-image.yml @@ -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 }}