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 c87649b commit 27ea131Copy full SHA for 27ea131
.github/workflows/docker-publish.yml
@@ -11,7 +11,7 @@ on:
11
push:
12
branches: [ development ]
13
# Publish semver tags as releases.
14
- tags: [ 'v*.*.*' ]
+ tags: [ 'v*' ]
15
pull_request:
16
17
0 commit comments