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: