Skip to content

Commit

Permalink
Downgrade to request-add-entry Action v5.6.1 (#228)
Browse files Browse the repository at this point in the history
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:
buildpacks/github-actions#284

However, in the meantime we can use the old version.
  • Loading branch information
edmorley committed Jun 7, 2024
1 parent 6b6b4a1 commit 7c2001b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_buildpacks-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 7c2001b

Please sign in to comment.