We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c96ab32 + 2c33303 commit 4e9c332Copy full SHA for 4e9c332
.github/workflows/docker_build.yml
@@ -7,7 +7,7 @@ name: Create and publish a Docker image
7
on:
8
push:
9
tags:
10
- - 'v[0-9].[0-9].[0-9]*'
+ - 'v[0-9]+\.[0-9]+\.[0-9]+(?:-[a-zA-Z]+)?'
11
12
env:
13
REGISTRY: ghcr.io
0 commit comments