We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 39fcc80 + 9b38c2e commit c96ab32Copy full SHA for c96ab32
.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]+(?:-[a-zA-Z]+)?'
+ - 'v[0-9].[0-9].[0-9]*'
11
12
env:
13
REGISTRY: ghcr.io
0 commit comments