From 180aa32e7e85f0ac10d64d1db1a992cf59aedd12 Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Sat, 17 Feb 2024 23:16:25 +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 c4a1eaf15..f85f437cc 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