From a0aea0c8553313fe9a58583db757e3012da71dc3 Mon Sep 17 00:00:00 2001 From: paketocommunity Date: Fri, 10 Feb 2023 05:09:44 +0000 Subject: [PATCH] Bump pipeline from 1.30.0 to 1.30.0 Bumps pipeline from 1.30.0 to 1.30.0. Signed-off-by: GitHub --- .github/workflows/pb-tests.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/workflows/pb-tests.yml b/.github/workflows/pb-tests.yml index 43ecaee..66799be 100644 --- a/.github/workflows/pb-tests.yml +++ b/.github/workflows/pb-tests.yml @@ -10,6 +10,20 @@ jobs: runs-on: - ubuntu-latest steps: + - name: Docker login gcr.io + if: ${{ (github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork) && (github.actor != 'dependabot[bot]') }} + uses: docker/login-action@v2 + with: + password: ${{ secrets.GCR_PUSH_BOT_JSON_KEY }} + registry: gcr.io + username: _json_key + - name: Docker login docker.io + if: ${{ (github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork) && (github.actor != 'dependabot[bot]') }} + uses: docker/login-action@v2 + with: + password: ${{ secrets.PAKETO_BUILDPACKS_DOCKERHUB_PASSWORD }} + registry: docker.io + username: ${{ secrets.PAKETO_BUILDPACKS_DOCKERHUB_USERNAME }} - name: Docker login gcr.io if: ${{ (github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork) && (github.actor != 'dependabot[bot]') }} uses: docker/login-action@v2