Skip to content

Commit

Permalink
Stop updating manifests of legacy builders (#220)
Browse files Browse the repository at this point in the history
Since we're no longer publishing new versions of the legacy builders,
and so the manifests for them are being removed from the builder repo
in:
heroku/cnb-builder-images#514

GUS-W-15677907.
  • Loading branch information
edmorley authored May 3, 2024
1 parent 1002cbd commit 424d7d6
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 @@ -403,7 +403,7 @@ jobs:
# image to exist in order to calculate a digest with `crane`. Adding the check here
# means no files will be modified and so no PR will be created later.
if: inputs.dry_run == false
run: actions update-builder --repository-path ./buildpacks --builder-repository-path ./cnb-builder-images --builders builder-20,builder-22,builder-24,builder-classic-22,buildpacks-20,salesforce-functions
run: actions update-builder --repository-path ./buildpacks --builder-repository-path ./cnb-builder-images --builders builder-20,builder-22,builder-24,salesforce-functions

- name: Create Pull Request
id: pr
Expand Down

0 comments on commit 424d7d6

Please sign in to comment.