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 9672aaf commit e1e8ea1Copy full SHA for e1e8ea1
.github/workflows/build-docker-prod-image.yml
@@ -5,6 +5,8 @@ on:
5
tags:
6
- '[0-9]+.[0-9]+.[0-9]+rc[0-9]+'
7
- '[0-9]+.[0-9]+rc[0-9]+'
8
+ - '[0-9]+.[0-9]+.[0-9]+'
9
+ - '[0-9]+.[0-9]+'
10
11
jobs:
12
build:
0 commit comments