Skip to content

Commit

Permalink
Add heroku/builder-classic:22 to the builder.toml update list (#167)
Browse files Browse the repository at this point in the history
Since whilst `heroku/builder-classic:22` primarily contains shimmed CNBs (which
do not need updating), it does contain a single non-shimmed CNB - the Procfile CNB.

Currently this builder is not being updated for new Procfile CNB releases,
meaning it's now on an older version of it than the other builder images.

GUS-W-14354558.
  • Loading branch information
edmorley authored Oct 24, 2023
1 parent cdb83b1 commit 0338caa
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 @@ -320,7 +320,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,buildpacks-20,salesforce-functions
run: actions update-builder --repository-path ./buildpacks --builder-repository-path ./cnb-builder-images --builders builder-20,builder-22,builder-classic-22,buildpacks-20,salesforce-functions

- name: Create Pull Request
id: pr
Expand Down

0 comments on commit 0338caa

Please sign in to comment.