Skip to content

Commit

Permalink
fix(ci): Change tag format
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienPoupa committed Dec 31, 2023
1 parent b3f081e commit 5075aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 'Docker Publish'
on:
push:
tags:
- 'v*.*.*'
- '*.*.*'
schedule:
- cron: '0 0 10,20,30 * *'

Expand Down

0 comments on commit 5075aec

Please sign in to comment.