Skip to content

Commit

Permalink
Remove pointer from docker creds create
Browse files Browse the repository at this point in the history
  • Loading branch information
optik-aper committed Nov 17, 2023
1 parent b12163a commit 9db8450
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions container_registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ type ContainerRegistryRepoUpdateReq struct {

// DockerCredentialsOpt contains the options used to create Docker credentials
type DockerCredentialsOpt struct {
ExpirySeconds *int
WriteAccess *bool
ExpirySeconds int
WriteAccess bool
}

// ContainerRegistryDockerCredentials represents the byte array of character
Expand Down

0 comments on commit 9db8450

Please sign in to comment.