Skip to content

Commit

Permalink
Merge pull request #174 from paketo-buildpacks/request-add-entry
Browse files Browse the repository at this point in the history
Uses request-add-entry action instead of registry action
  • Loading branch information
ekcasey authored Feb 8, 2021
2 parents aefbe49 + d7e2793 commit c8f945c
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 @@ -131,7 +131,7 @@ func ContributeCreatePackage(descriptor Descriptor) (*Contribution, error) {
},
},
{
Uses: "docker://ghcr.io/buildpacks/actions/registry:main",
Uses: "docker://ghcr.io/buildpacks/actions/registry/request-add-entry:4.0.1",
If: fmt.Sprintf("${{ %t }}", descriptor.Package.Register),
With: map[string]interface{}{
"token": descriptor.Package.RegistryToken,
Expand Down

0 comments on commit c8f945c

Please sign in to comment.