From d8c90d362db626a52643c11bbaf5c7bf8732bc0a Mon Sep 17 00:00:00 2001 From: cedb Date: Wed, 2 Nov 2022 18:17:45 -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 47a351a4..44d0f3a2 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 --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 uses: docker/build-push-action@v3