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 fe678d1 commit c42aaa8Copy full SHA for c42aaa8
.github/workflows/docker-publish.yml
@@ -9,7 +9,7 @@ on:
9
push:
10
branches: [ "master" ]
11
# Publish semver tags as releases.
12
- tags: [ 'v*.*.*' ]
+ tags: [ '*.*' ]
13
14
jobs:
15
build:
0 commit comments