diff --git a/.github/workflows/orca.yml b/.github/workflows/orca.yml index 89eb55d750..d80c72e3f8 100644 --- a/.github/workflows/orca.yml +++ b/.github/workflows/orca.yml @@ -36,7 +36,7 @@ jobs: #echo "::set-output name=BUILDDATE::$(date -u +"%Y%m%d%H%M")" echo ::set-output name=CTAG::"8.31.1-92" - name: Build - run: ./gradlew --no-daemon echo-orca:installDist -x test + run: ./gradlew --no-daemon orca-web:installDist -x test - name: Login to Quay #if: startsWith(github.repository, ‘yugaa22/‘) uses: docker/login-action@v1