From 15b3235b36c638d0adaccf6adb6c6555883f52cd Mon Sep 17 00:00:00 2001 From: cedb Date: Wed, 2 Nov 2022 18:08:06 -0400 Subject: [PATCH] Output APP_VERSION to see why it fails --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1fd5138e..47a351a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,7 +79,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Get current version from gradle - run: APP_VERSION=$(./gradlew properties -q | grep "version:" | awk '{print $2}') + run: APP_VERSION=$(./gradlew --no-daemon properties -q | grep "version:" | awk '{print $2}') && echo APP_VERSION - name: Build and push uses: docker/build-push-action@v3