Skip to content

Commit

Permalink
ci(ai): ensure livepeer builder builds on AI version tags
Browse files Browse the repository at this point in the history
This commit ensures that the livepeer builder is triggered when AI-version tags
are used (e.g., `v0.7.2-ai-video-1`).
  • Loading branch information
rickstaa committed May 17, 2024
1 parent fc51f04 commit f9aa0c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
id: match-tag
with:
text: ${{ github.ref_name }}
regex: '^(main|master|ai-video|v[0-9]+\.\d+\.\d+)$'
regex: '^(main|master|ai-video|v[0-9]+\.\d+\.\d+|v[0-9]+\.\d+\.\d+-ai-video-\d+)'

- name: Get build tags
id: build-tag
Expand Down

0 comments on commit f9aa0c1

Please sign in to comment.