Skip to content

Commit

Permalink
Downgrade request-add-entry action to v5.2.0 (#80)
Browse files Browse the repository at this point in the history
For the same reasons as:
heroku/languages-github-actions#84
  • Loading branch information
edmorley authored Jul 24, 2023
1 parent 0edc0bc commit 4f6d185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 4f6d185

Please sign in to comment.