Skip to content

Commit db5f4d0

Browse files
authored
Merge pull request #307 from paketo-buildpacks/remove-gcr
Remove gcr.io location
2 parents 927dd31 + acc91c2 commit db5f4d0

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/pipeline-descriptor.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,11 @@ codeowners:
77
owner: "@paketo-buildpacks/java-maintainers"
88

99
package:
10-
repositories: ["docker.io/paketobuildpacks/executable-jar","gcr.io/paketo-buildpacks/executable-jar"]
10+
repositories: ["docker.io/paketobuildpacks/executable-jar"]
1111
register: true
1212
registry_token: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }}
1313

1414
docker_credentials:
15-
- registry: gcr.io
16-
username: _json_key
17-
password: ${{ secrets.GCR_PUSH_BOT_JSON_KEY }}
1815
- registry: docker.io
1916
username: ${{ secrets.PAKETO_BUILDPACKS_DOCKERHUB_USERNAME }}
2017
password: ${{ secrets.PAKETO_BUILDPACKS_DOCKERHUB_PASSWORD }}

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# `gcr.io/paketo-buildpacks/executable-jar`
1+
# Paketo Buildpack for Executable Jar
2+
3+
## Buildpack ID: `paketo-buildpacks/executable-jar`
4+
## Registry URLs: `docker.io/paketobuildpacks/executable-jar`
25

36
The Paketo Buildpack for Executable JAR is a Cloud Native Buildpack that contributes a Process Type for executable JARs.
47

0 commit comments

Comments
 (0)