From 61368177d6c498ee746b84f0d541be9e62bb9a66 Mon Sep 17 00:00:00 2001 From: Hiroto Funakoshi Date: Fri, 8 Mar 2024 22:26:18 +0900 Subject: [PATCH] fix: bugfix version update for docker build (#2445) Signed-off-by: hlts2 --- .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