We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb43000 commit fd479e6Copy full SHA for fd479e6
1 file changed
.github/workflows/docker-image.yml
@@ -4,7 +4,7 @@ name: Docker Image CI
4
on:
5
push:
6
tags:
7
- - "[0-9]+.[0-9]+.[0-9]+"
+ - "v[0-9]+.[0-9]+.[0-9]+"
8
workflow_dispatch:
9
inputs:
10
upstream_tag:
0 commit comments