Skip to content

Commit

Permalink
tighten github action tag trigger to match only version tags
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyBen committed Feb 8, 2024
1 parent 5d16926 commit 8420e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-latest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Docker build (version + latest)
on:
push: { tags: 'v*' }
push: { tags: 'v[0-9]+.[0-9]+.[0-9]+' }

jobs:
docker:
Expand Down

0 comments on commit 8420e56

Please sign in to comment.