From f1b9f9f8b15cd7d261f90dc6f031a4963b502467 Mon Sep 17 00:00:00 2001 From: Jirayut Nimsaeng Date: Sun, 20 Oct 2024 16:49:07 +0700 Subject: [PATCH] fix: remove unused input --- .github/workflows/tag-and-release.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/tag-and-release.yaml b/.github/workflows/tag-and-release.yaml index 3007cd0..141bc6f 100644 --- a/.github/workflows/tag-and-release.yaml +++ b/.github/workflows/tag-and-release.yaml @@ -17,10 +17,6 @@ on: type: string default: edge description: Image source tag - image_tag_dest: - required: true - type: string - description: Image destination tag to copy and push image_name: required: true type: string