Skip to content
This repository was archived by the owner on Aug 8, 2025. It is now read-only.

Commit fcca162

Browse files
committed
only push releases to dockerhub
1 parent b9d31e0 commit fcca162

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ktorbase.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ jobs:
3737
- name: Extract Version
3838
id: extract-version
3939
run: |
40-
VERSION="v$(./gradlew cV | grep "Project version" | cut -d ":" -f2 | xargs)"
41-
echo "version=$VERSION" >> $GITHUB_ENV
40+
VERSION="$(./gradlew cV | grep "Project version" | cut -d ":" -f2 | xargs)"
41+
echo "Detected version: $VERSION"
42+
echo "VERSION=$VERSION" >> $GITHUB_ENV
4243
4344
- name: Set up QEMU
4445
uses: docker/setup-qemu-action@v2

0 commit comments

Comments
 (0)