We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e9c332 + feea023 commit f64277aCopy full SHA for f64277a
.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