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 9a2dc0f commit a7f5699Copy full SHA for a7f5699
.github/workflows/ci.yml
@@ -5,6 +5,8 @@ on:
5
push:
6
branches:
7
- main
8
+ tags:
9
+ - '[0-9]+.[0-9]+.[0-9]+-[a-zA-Z]*'
10
11
jobs:
12
docker-base:
0 commit comments