Skip to content

Commit

Permalink
Merge pull request #115 from paketo-community/pipeline-fix
Browse files Browse the repository at this point in the history
Fix wrong image names in pipeline
  • Loading branch information
dmikusa authored Feb 6, 2023
2 parents f9c83a8 + 00dc0cb commit 47d95e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/pipeline-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pb-create-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}

0 comments on commit 47d95e8

Please sign in to comment.