Output APP_VERSION to see why it fails

This commit is contained in:
cedb 2022-11-02 18:08:06 -04:00
parent f32107b296
commit 15b3235b36

View file

@ -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