From c9c276c436974f9654790003f6618df3b75c1f75 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Sat, 17 Feb 2024 23:17:57 +0900 Subject: [PATCH] Updated building images workflow --- .github/workflows/images_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/images_build.yml b/.github/workflows/images_build.yml index f85f437cc..88bcf9cbf 100644 --- a/.github/workflows/images_build.yml +++ b/.github/workflows/images_build.yml @@ -265,7 +265,7 @@ jobs: cosign-release: 'v2.2.3' - name: Check cosign version - if: {{ env.AUTO_PUSH_IMAGES }} + if: env.AUTO_PUSH_IMAGES run: cosign version - name: Set up QEMU