File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 1919 DockerRegistryStagingAuthentication = secrets .MustParsePattern ("docker/auth/registry/docker-staging/**" )
2020)
2121
22- // DockerHubAuthenticationMetadata is a pointer to the default user signed in to Docker
23- var DockerHubAuthenticationMetadata = secrets .MustParsePattern ("docker/auth/metadata/hub/**" )
22+ var (
23+ // DockerHubAuthenticationMetadata is a pointer to the default user signed in to Docker
24+ DockerHubAuthenticationMetadata = secrets .MustParsePattern ("docker/auth/metadata/hub/**" )
25+ // DockerHubStagingAuthenticationMetadata is a pointer to the default staging user signed in to Docker
26+ DockerHubStagingAuthenticationMetadata = secrets .MustParsePattern ("docker/auth/metadata/hub-staging/**" )
27+ )
You can’t perform that action at this time.
0 commit comments