We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d16926 commit 8420e56Copy full SHA for 8420e56
.github/workflows/docker-latest.yml
@@ -1,6 +1,6 @@
1
name: Docker build (version + latest)
2
on:
3
- push: { tags: 'v*' }
+ push: { tags: 'v[0-9]+.[0-9]+.[0-9]+' }
4
5
jobs:
6
docker:
0 commit comments