From 4f6d1857b0622a599211ce14693befc74c31f02a Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Mon, 24 Jul 2023 10:23:49 +0000 Subject: [PATCH] Downgrade request-add-entry action to v5.2.0 (#80) For the same reasons as: https://github.com/heroku/languages-github-actions/pull/84 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4e999de..472e9dd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -62,7 +62,7 @@ jobs: - name: Calculate the buildpack image digest run: echo "buildpack_digest=$(crane digest ${{ env.BUILDPACK_DOCKER_REPO }}:${{ env.buildpack_version }})" >> $GITHUB_ENV - name: Register the new version with the CNB Buildpack Registry - uses: docker://ghcr.io/buildpacks/actions/registry/request-add-entry:5.3.0 + uses: docker://ghcr.io/buildpacks/actions/registry/request-add-entry:5.2.0 with: token: ${{ secrets.CNB_REGISTRY_RELEASE_BOT_GITHUB_TOKEN }} id: ${{ env.buildpack_id }}