diff --git a/.github/pipeline-version b/.github/pipeline-version index 587c5f0..18b3114 100644 --- a/.github/pipeline-version +++ b/.github/pipeline-version @@ -1 +1 @@ -1.10.3 +1.10.4 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bf86670..0ef32a7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,13 +10,6 @@ jobs: runs-on: - ubuntu-latest steps: - - if: ${{ github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork }} - name: Docker login gcr.io - uses: docker/login-action@v1 - with: - password: ${{ secrets.JAVA_GCLOUD_SERVICE_ACCOUNT_KEY }} - registry: gcr.io - username: _json_key - uses: actions/setup-go@v2 with: go-version: "1.16"