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