From 69477898c4b2f35602711700e992351358859cb9 Mon Sep 17 00:00:00 2001 From: Daniel Mikusa Date: Tue, 5 Mar 2024 16:25:40 -0500 Subject: [PATCH] Auto-update version number Removes the static version number that is very old now and updates with the other upstream CNB actions Signed-off-by: Daniel Mikusa --- octo/create_package.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octo/create_package.go b/octo/create_package.go index 1453f4fc..2bb97d5b 100644 --- a/octo/create_package.go +++ b/octo/create_package.go @@ -145,7 +145,7 @@ func ContributeCreatePackage(descriptor Descriptor) (*Contribution, error) { }, }, { - Uses: "docker://ghcr.io/buildpacks/actions/registry/request-add-entry:4.0.1", + Uses: fmt.Sprintf("docker://ghcr.io/buildpacks/actions/registry/request-add-entry:%s", BuildpackActionsVersion), If: fmt.Sprintf("${{ %t }}", descriptor.Package.Register), With: map[string]interface{}{ "token": descriptor.Package.RegistryToken,