From f912fba4de020b16d63ead5c6924434f900b0be1 Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Mon, 30 Aug 2021 05:16:00 +0000 Subject: [PATCH] Bump pipeline from 1.10.3 to 1.10.4 Bumps pipeline from 1.10.3 to 1.10.4. Signed-off-by: GitHub --- .github/pipeline-version | 2 +- .github/workflows/tests.yml | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) 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"