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