From 7c2001b14537e929169ec03291820c54cf717a81 Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Fri, 7 Jun 2024 16:05:06 +0100 Subject: [PATCH] Downgrade to request-add-entry Action v5.6.1 (#228) Since upstream image publishing is broken and the images for the new versions haven't been published/tagged properly: https://cloud-native.slack.com/archives/C032YE21V1T/p1717723450552739 https://github.com/orgs/buildpacks/packages/container/actions%2Fregistry%2Frequest-add-entry/versions?filters%5Bversion_type%5D=tagged This will be fixed upstream by: https://github.com/buildpacks/github-actions/pull/284 However, in the meantime we can use the old version. --- .github/workflows/_buildpacks-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_buildpacks-release.yml b/.github/workflows/_buildpacks-release.yml index 956f418..3829424 100644 --- a/.github/workflows/_buildpacks-release.yml +++ b/.github/workflows/_buildpacks-release.yml @@ -357,7 +357,7 @@ jobs: - name: Register the new version with the CNB Buildpack Registry if: inputs.dry_run == false && steps.check.outputs.published_to_cnb_registry == 'false' - uses: docker://ghcr.io/buildpacks/actions/registry/request-add-entry:5.7.1 + uses: docker://ghcr.io/buildpacks/actions/registry/request-add-entry:5.6.1 with: token: ${{ secrets.cnb_registry_token }} id: ${{ matrix.buildpack_id }}