From 873f102d6e55c8c9f8a67ce47df0e4a51041d2b4 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Thu, 9 Feb 2023 17:36:24 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20github:=20Fix=20input=20type?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-subimage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-subimage.yml b/.github/workflows/build-subimage.yml index 0897d7e..46523d3 100644 --- a/.github/workflows/build-subimage.yml +++ b/.github/workflows/build-subimage.yml @@ -6,7 +6,7 @@ on: type: string tags: required: true - type: String + type: string secrets: DOCKERHUB_USERNAME: required: true