Skip to content

Commit

Permalink
update docker deployment tag format
Browse files Browse the repository at this point in the history
  • Loading branch information
mjxu96 committed Jul 29, 2023
1 parent eda3c68 commit c37fd11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CarlaViz Docker Depolyment
on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+' # semantic version
- '[0-9]+.[0-9]+.[0-9]+.*' # semantic version
branches:
- master

Expand Down

0 comments on commit c37fd11

Please sign in to comment.