From b7658d96998bc84f8dc2b42d628388a078fe5c8e Mon Sep 17 00:00:00 2001 From: Daniel Mikusa Date: Fri, 31 May 2024 09:20:04 -0400 Subject: [PATCH] Update pipeline-descriptor.yml Remove GCR as the paketo-community project has gone away. --- .github/pipeline-descriptor.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/pipeline-descriptor.yml b/.github/pipeline-descriptor.yml index 3cac9fe..0550856 100644 --- a/.github/pipeline-descriptor.yml +++ b/.github/pipeline-descriptor.yml @@ -15,9 +15,6 @@ package: registry_token: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }} docker_credentials: -- registry: gcr.io - username: _json_key - password: ${{ secrets.GCR_PUSH_BOT_JSON_KEY }} - registry: docker.io username: ${{ secrets.PAKETO_BUILDPACKS_DOCKERHUB_USERNAME }} password: ${{ secrets.PAKETO_BUILDPACKS_DOCKERHUB_PASSWORD }}