We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f921105 commit b629606Copy full SHA for b629606
1 file changed
.github/workflows/docker-build-release.yaml
@@ -75,7 +75,10 @@ jobs:
75
76
- name: "Prepare tags"
77
id: prepare_tags
78
+ env:
79
+ version_type: ${{ inputs.version_type }}
80
run: |
81
+ echo "version_type=$version_type"
82
echo "Check current tag"
83
git fetch --tags
84
TAG=$(git tag --list 'v*' --sort=-v:refname | tr -d '\r' | head -n 1)
0 commit comments