Skip to content

Commit

Permalink
fix: bugfix version update for docker build (#2445) (#2446)
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
Co-authored-by: Hiroto Funakoshi <hiroto.funakoshi.hiroto@gmail.com>
  • Loading branch information
vdaas-ci and hlts2 committed Mar 8, 2024
1 parent 12e79eb commit 05a8c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/docker-build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 05a8c2f

Please sign in to comment.