From 32202a9038f7432fea0442ec8bba084e29b4193a Mon Sep 17 00:00:00 2001 From: paketobuildpackscommunity Date: Fri, 31 May 2024 13:23:04 +0000 Subject: [PATCH] Bump pipeline from 1.39.0 to 1.39.0 Bumps pipeline from 1.39.0 to 1.39.0. Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/workflows/pb-create-package.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/pb-create-package.yml b/.github/workflows/pb-create-package.yml index 4a7a0c1..92f9f6c 100644 --- a/.github/workflows/pb-create-package.yml +++ b/.github/workflows/pb-create-package.yml @@ -9,13 +9,6 @@ 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@v3 - 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@v3