From 58fd04430e7b07edb26a39ca78dd097a9ee4cde9 Mon Sep 17 00:00:00 2001 From: florian Date: Sat, 29 Apr 2023 15:22:42 +0200 Subject: [PATCH] ci/cd - fix typo in staging.yml --- .github/workflows/container-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/container-build.yml b/.github/workflows/container-build.yml index 03df44a20..ce53da67c 100644 --- a/.github/workflows/container-build.yml +++ b/.github/workflows/container-build.yml @@ -7,7 +7,7 @@ on: required: true type: string ARCH: - require: true + required: true type: string IMAGE: required: true