Skip to content

Commit b629606

Browse files
authored
Update docker-build-release.yaml
1 parent f921105 commit b629606

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/docker-build-release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,10 @@ jobs:
7575

7676
- name: "Prepare tags"
7777
id: prepare_tags
78+
env:
79+
version_type: ${{ inputs.version_type }}
7880
run: |
81+
echo "version_type=$version_type"
7982
echo "Check current tag"
8083
git fetch --tags
8184
TAG=$(git tag --list 'v*' --sort=-v:refname | tr -d '\r' | head -n 1)

0 commit comments

Comments
 (0)