From 424d7d68afdd9f578a8f2e6dd46663c269d07265 Mon Sep 17 00:00:00 2001 From: Ed Morley <501702+edmorley@users.noreply.github.com> Date: Fri, 3 May 2024 23:41:25 +0100 Subject: [PATCH] Stop updating manifests of legacy builders (#220) 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: https://github.com/heroku/cnb-builder-images/pull/514 GUS-W-15677907. --- .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 065a634..9f27235 100644 --- a/.github/workflows/_buildpacks-release.yml +++ b/.github/workflows/_buildpacks-release.yml @@ -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