Output APP_VERSION to see why it fails

This commit is contained in:
cedb 2022-11-02 18:17:45 -04:00
parent 15b3235b36
commit d8c90d362d

View file

@ -79,7 +79,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }} password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Get current version from gradle - name: Get current version from gradle
run: APP_VERSION=$(./gradlew --no-daemon properties -q | grep "version:" | awk '{print $2}') && echo APP_VERSION run: APP_VERSION=$(./gradlew --no-daemon properties -q | grep "version:" | awk '{print $2}') && echo $APP_VERSION
- name: Build and push - name: Build and push
uses: docker/build-push-action@v3 uses: docker/build-push-action@v3