1 parent 45bb814 commit d02f90cCopy full SHA for d02f90c
1 file changed
.github/workflows/actions.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Compute version
49
run: |
50
gradle printVersion
51
- echo "BUILD_VERSION=$(gradle printVersion)" >> $GITHUB_ENV
+ echo "BUILD_VERSION=$(gradle printVersion -q --no-daemon | tail -n 1)" >> $GITHUB_ENV
52
- name: Login to Docker Hub
53
env:
54
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
0 commit comments