fatedier %!s(int64=4) %!d(string=hai) anos
pai
achega
317f901c1c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/build-and-push-image.yml

+ 1 - 1
.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 }}