Skip to content

Commit 7edf694

Browse files
Remove gcr.io location
* explained in: https://blog.paketo.io/posts/paketo-gcr-registry-sunset/
1 parent ffd3793 commit 7edf694

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/pipeline-descriptor.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,11 @@ helpers:
1010
"bin/helper": "$GOMOD/cmd/helper"
1111

1212
package:
13-
repositories: ["docker.io/paketobuildpacks/spring-boot","gcr.io/paketo-buildpacks/spring-boot"]
13+
repositories: ["docker.io/paketobuildpacks/spring-boot"]
1414
register: true
1515
registry_token: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }}
1616

1717
docker_credentials:
18-
- registry: gcr.io
19-
username: _json_key
20-
password: ${{ secrets.GCR_PUSH_BOT_JSON_KEY }}
2118
- registry: docker.io
2219
username: ${{ secrets.PAKETO_BUILDPACKS_DOCKERHUB_USERNAME }}
2320
password: ${{ secrets.PAKETO_BUILDPACKS_DOCKERHUB_PASSWORD }}

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# `gcr.io/paketo-buildpacks/spring-boot`
1+
# `paketobuildpacks/spring-boot`
22
The Paketo Buildpack for Spring Boot is a Cloud Native Buildpack that contributes Spring Boot dependency information and slices an application into multiple layers.
33

44
## Behavior

0 commit comments

Comments
 (0)