diff --git a/.github/workflows/images_build.yml b/.github/workflows/images_build.yml index c95b28f01..0cb8ec539 100644 --- a/.github/workflows/images_build.yml +++ b/.github/workflows/images_build.yml @@ -80,7 +80,7 @@ jobs: - name: Get branch info id: branch_info run: | - github_ref="{{ github.ref }}" + github_ref="${{ github.ref }}" result=false if [[ "$github_ref" == "refs/tags/"* ]]; then