Skip to content

Commit

Permalink
fix: trigger tag signature
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed Dec 30, 2023
1 parent d8c211f commit a14ea3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Release Docker Image

on:
push:
tags: ['v.*.*']
tags:
- 'v*.*.*'

jobs:
push_to_registries:
Expand Down

0 comments on commit a14ea3f

Please sign in to comment.