Skip to content

Commit

Permalink
fix: bugfix version update for docker build
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 committed Mar 8, 2024
1 parent 6182000 commit 34545f2
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 34545f2

Please sign in to comment.