Skip to content

Commit

Permalink
fix opea tag
Browse files Browse the repository at this point in the history
Signed-off-by: Sun, Xuehao <[email protected]>
  • Loading branch information
XuehaoSun committed Aug 19, 2024
1 parent 2f3e02e commit e2f98a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/manual-freeze-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
- name: Run script
run: |
find . -name "*.md" | xargs sed -i "s|^docker\ compose|TAG=${{ github.event.inputs.tag }}\ docker\ compose|g"
find . -name "*.yaml" | xargs sed -i -E 's/(opea\/[A-Za-z0-9\-]*:)latest/\${{ github.event.inputs.tag }}/g'
find . -name "*.md" | xargs sed -i -E 's/(opea\/[A-Za-z0-9\-]*:)latest/\${{ github.event.inputs.tag }}/g'
- name: Commit changes
run: |
Expand Down

0 comments on commit e2f98a3

Please sign in to comment.