From 05a8c2fda7152f3b15a153597cfba75ffc1851e8 Mon Sep 17 00:00:00 2001 From: vdaas-ci <57942646+vdaas-ci@users.noreply.github.com> Date: Fri, 8 Mar 2024 23:34:43 +0900 Subject: [PATCH] fix: bugfix version update for docker build (#2445) (#2446) Signed-off-by: hlts2 Co-authored-by: Hiroto Funakoshi --- .github/actions/docker-build/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/docker-build/action.yaml b/.github/actions/docker-build/action.yaml index 5c8c20ffbe..d4f8304efc 100644 --- a/.github/actions/docker-build/action.yaml +++ b/.github/actions/docker-build/action.yaml @@ -87,7 +87,7 @@ runs: PRIMARY_TAG: ${{ steps.determine_tag_name.outputs.PRIMARY_TAG }} - name: Update Vald version shell: bash - run: echo "${PRIMARY_TAG}" >> versions/VALD_VERSION + run: echo "${PRIMARY_TAG}" > versions/VALD_VERSION env: PRIMARY_TAG: ${{ steps.determine_tag_name.outputs.PRIMARY_TAG }} - name: Add extra tags