From b75b063a794bb2640097129f38864ed3246e7058 Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Tue, 26 Sep 2023 12:20:48 +0100 Subject: [PATCH] Add the new builder image variants to the builder.toml update list Adds the two new builder image variants recently added to the `heroku/builder` repo: - https://github.com/heroku/builder/pull/392 - https://github.com/heroku/builder/pull/394 GUS-W-14185090. --- .github/workflows/_buildpacks-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_buildpacks-release.yml b/.github/workflows/_buildpacks-release.yml index 90219c8e..9b092916 100644 --- a/.github/workflows/_buildpacks-release.yml +++ b/.github/workflows/_buildpacks-release.yml @@ -312,7 +312,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 ./builder --builders builder-22,buildpacks-20 + run: actions update-builder --repository-path ./buildpacks --builder-repository-path ./builder --builders builder-20,builder-22,buildpacks-20,salesforce-functions - name: Create Pull Request id: pr