Skip to content

Commit 80310ea

Browse files
committed
Removing temp docker fix
1 parent 8391193 commit 80310ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Build and push image
3434
run: |
3535
echo "GithubRef: ${GITHUB_REF}"
36-
VERSION=v4.44.5
36+
VERSION=${GITHUB_REF##*/}
3737
echo "VERSION: ${VERSION}"
3838
IMAGE_VERSION=${VERSION:1}
3939
echo "IMAGE_VERSION: ${IMAGE_VERSION}"

0 commit comments

Comments
 (0)