From dbb6a48065ddd0bd1ea47b75f92645b1b6e6262d Mon Sep 17 00:00:00 2001 From: paketo-bot Date: Fri, 27 Aug 2021 14:37:59 +0000 Subject: [PATCH] Bump pipeline from 1.10.2 to 1.10.4 Bumps pipeline from 1.10.2 to 1.10.4. Signed-off-by: GitHub --- .github/pipeline-version | 2 +- .github/workflows/tests.yml | 11 ++--------- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/.github/pipeline-version b/.github/pipeline-version index 5ad2491..18b3114 100644 --- a/.github/pipeline-version +++ b/.github/pipeline-version @@ -1 +1 @@ -1.10.2 +1.10.4 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6cb3ab6..0ef32a7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,13 +10,9 @@ 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 + - uses: actions/setup-go@v2 with: - password: ${{ secrets.JAVA_GCLOUD_SERVICE_ACCOUNT_KEY }} - registry: gcr.io - username: _json_key + go-version: "1.16" - name: Install create-package run: | #!/usr/bin/env bash @@ -54,9 +50,6 @@ jobs: mkdir -p "${HOME}"/.pack echo "experimental = true" >> "${HOME}"/.pack/config.toml - - uses: actions/setup-go@v2 - with: - go-version: "1.16" - uses: actions/checkout@v2 - uses: actions/cache@v2 with: