From 746232a47a42f1e6eafdcc87c90e51e9cee6df79 Mon Sep 17 00:00:00 2001 From: Daniel Mikusa Date: Mon, 6 Feb 2023 08:50:21 -0500 Subject: [PATCH] Fix wrong image names in pipeline Signed-off-by: Daniel Mikusa --- .github/pipeline-descriptor.yml | 2 +- .github/workflows/pb-create-package.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/pipeline-descriptor.yml b/.github/pipeline-descriptor.yml index 7ccba46..da5a7e5 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/cargo","gcr.io/paketo-buildpacks/cargo"] + repositories: ["docker.io/paketocommunity/cargo","gcr.io/paketo-community/cargo"] 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 fe4fa0f..57efc97 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/cargo gcr.io/paketo-buildpacks/cargo + PACKAGES: docker.io/paketocommunity/cargo gcr.io/paketo-community/cargo 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/cargo@${{ 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 }}