diff --git a/.github/pipeline-descriptor.yml b/.github/pipeline-descriptor.yml index d2d122b..1b7b37f 100644 --- a/.github/pipeline-descriptor.yml +++ b/.github/pipeline-descriptor.yml @@ -7,7 +7,7 @@ codeowners: owner: "@paketo-community/rust-maintainers" package: - repositories: ["docker.io/paketobuildpacks/rustup","gcr.io/paketo-buildpacks/rustup"] + repositories: ["docker.io/paketocommunity/rustup","gcr.io/paketo-community/rustup"] register: true registry_token: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }} diff --git a/.github/workflows/pb-create-package.yml b/.github/workflows/pb-create-package.yml index a647989..241dede 100644 --- a/.github/workflows/pb-create-package.yml +++ b/.github/workflows/pb-create-package.yml @@ -195,7 +195,7 @@ jobs: --format "${FORMAT}" fi env: - PACKAGES: docker.io/paketobuildpacks/rustup gcr.io/paketo-buildpacks/rustup + PACKAGES: docker.io/paketocommunity/rustup gcr.io/paketo-community/rustup PUBLISH: "true" VERSION: ${{ steps.version.outputs.version }} VERSION_MAJOR: ${{ steps.version.outputs.version-major }} @@ -225,7 +225,7 @@ jobs: - if: ${{ true }} uses: docker://ghcr.io/buildpacks/actions/registry/request-add-entry:4.0.1 with: - address: docker.io/paketobuildpacks/rustup@${{ steps.package.outputs.digest }} + address: docker.io/paketocommunity/rustup@${{ steps.package.outputs.digest }} id: paketo-community/rustup token: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }} version: ${{ steps.version.outputs.version }}