We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c816f8 commit cc3d696Copy full SHA for cc3d696
.github/workflows/docker-release.yml
@@ -2,6 +2,8 @@ name: Release to DockerHub (snapshot, stable)
2
3
on:
4
push:
5
+ tags:
6
+ - 'v*' # Triggers on any tag starting with 'v' (e.g., v1.0, v2.1.3)
7
branches:
8
- master
9
jobs:
0 commit comments