From 7346c45372633d764d786d42d37d15de937372fc Mon Sep 17 00:00:00 2001 From: Alexey Pustovalov Date: Fri, 27 Mar 2026 21:24:20 +0900 Subject: [PATCH] Updated Linux workflow --- .github/actions/docker-meta/action.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/actions/docker-meta/action.yml b/.github/actions/docker-meta/action.yml index abb2394b..af6d710f 100644 --- a/.github/actions/docker-meta/action.yml +++ b/.github/actions/docker-meta/action.yml @@ -4,22 +4,22 @@ description: Generate Docker tags and labels consistently inputs: image: required: true - description: Full image name, e.g. docker.io/org/prefix-image + description: 'Full image name, e.g. docker.io/org/prefix-image' os: required: true - description: OS suffix/prefix for tags + description: 'OS suffix/prefix for tags' current_branch: required: true - description: Current branch name + description: 'Current branch name' is_default_branch: required: true - description: 'true' or 'false' + description: '"true" or "false"' trunk_only_event: required: true - description: 'true' or 'false' + description: '"true" or false"' event_name: required: true - description: GitHub event name + description: 'GitHub event name' outputs: tags: