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 46a196b commit 39ca86dCopy full SHA for 39ca86d
.github/workflows/docker-publish.yml
@@ -11,7 +11,7 @@ on:
11
push:
12
branches: [ "main" ]
13
# Publish semver tags as releases.
14
- tags: [ 'v*.*.*' ]
+ tags: [ 'v*' ]
15
pull_request:
16
17
0 commit comments