diff --git a/.github/pipeline-descriptor.yml b/.github/pipeline-descriptor.yml index de538cc..65eab13 100644 --- a/.github/pipeline-descriptor.yml +++ b/.github/pipeline-descriptor.yml @@ -7,11 +7,11 @@ codeowners: owner: "@paketo-community/rust-maintainers" package: - repository: docker.io/paketocommunity/rust-dist + repository: docker.io/paketocommunity/cargo register: true registry_token: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }} docker_credentials: - registry: docker.io username: ${{ secrets.PAKETO_BUILDPACKS_DOCKERHUB_USERNAME }} - password: ${{ secrets.PAKETO_BUILDPACKS_DOCKERHUB_PASSWORD }} \ No newline at end of file + password: ${{ secrets.PAKETO_BUILDPACKS_DOCKERHUB_PASSWORD }} diff --git a/.github/workflows/create-package.yml b/.github/workflows/create-package.yml index bb810ce..844d89a 100644 --- a/.github/workflows/create-package.yml +++ b/.github/workflows/create-package.yml @@ -150,7 +150,7 @@ jobs: --format "${FORMAT}" fi env: - PACKAGE: docker.io/paketocommunity/rust-dist + PACKAGE: docker.io/paketocommunity/cargo PUBLISH: "true" VERSION: ${{ steps.version.outputs.version }} - name: Update release with digest @@ -178,7 +178,7 @@ jobs: - if: ${{ true }} uses: docker://ghcr.io/buildpacks/actions/registry/request-add-entry:4.0.1 with: - address: docker.io/paketocommunity/rust-dist@${{ steps.package.outputs.digest }} + address: docker.io/paketocommunity/cargo@${{ steps.package.outputs.digest }} id: paketo-community/cargo token: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }} version: ${{ steps.version.outputs.version }} diff --git a/README.md b/README.md index 0c3c288..a624e8d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# `gcr.io/paketo-community/cargo` +# `docker.io/paketocommunity/cargo` The Rust Cargo Buildpack is a Cloud Native Buildpack that builds Rust applications using Cargo.