Skip to content

Commit

Permalink
Merge pull request #1508 from paketo-buildpacks/update-reg
Browse files Browse the repository at this point in the history
Remove old version number
  • Loading branch information
dmikusa authored Mar 6, 2024
2 parents 6b90e3e + 6947789 commit 22800b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octo/create_package.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 22800b8

Please sign in to comment.