Skip to content

Commit

Permalink
Fixes some typos in the README & CI workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Mikusa <[email protected]>
  • Loading branch information
Daniel Mikusa authored and ForestEckhardt committed Sep 27, 2021
1 parent 68cd778 commit 4fb38ab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/pipeline-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
password: ${{ secrets.PAKETO_BUILDPACKS_DOCKERHUB_PASSWORD }}
4 changes: 2 additions & 2 deletions .github/workflows/create-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 4fb38ab

Please sign in to comment.