Skip to content

Commit

Permalink
expose
Browse files Browse the repository at this point in the history
Signed-off-by: Kenny Leung <[email protected]>
  • Loading branch information
k4leung4 committed Jul 11, 2024
1 parent 5b1082b commit a653143
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/cli/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ type Global struct {

summary string

fuses []string
Fuses []string

// arch -> foo.apk -> exists in APKINDEX
exists map[string]map[string]struct{}
Expand Down
4 changes: 2 additions & 2 deletions pkg/cli/bundle.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (

"chainguard.dev/apko/pkg/build/types"
"github.com/chainguard-dev/clog"
"github.com/google/go-containerregistry/pkg/authn"
"github.com/google/go-containerregistry/pkg/gcrane"
"github.com/google/go-containerregistry/pkg/name"
v1 "github.com/google/go-containerregistry/pkg/v1"
"github.com/google/go-containerregistry/pkg/v1/empty"
Expand Down Expand Up @@ -71,7 +71,7 @@ func cmdBundle() *cobra.Command {
}

if bcfg.Repo != "" {
pusher, err := remote.NewPusher(remote.WithAuthFromKeychain(authn.DefaultKeychain), remote.WithUserAgent("wolfictl bundle"))
pusher, err := remote.NewPusher(remote.WithAuthFromKeychain(gcrane.Keychain), remote.WithUserAgent("wolfictl bundle"))
if err != nil {
return err
}
Expand Down

0 comments on commit a653143

Please sign in to comment.