Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pipeline-descriptor.yml #309

Merged
merged 1 commit into from
May 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update pipeline-descriptor.yml
Remove GCR as the paketo-community project has gone away.
dmikusa authored May 31, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 508e7e23c7bf5dfc49394832a9e39bf7f5535755
3 changes: 0 additions & 3 deletions .github/pipeline-descriptor.yml
Original file line number Diff line number Diff line change
@@ -12,9 +12,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 }}