File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ func (m *EmbeddedCluster) PublishLocalArtifactMirrorImage(
7373 WithDirectory ("packages" , pkgBuild .Directory ("packages" ))
7474
7575 if m .RegistryAuth != nil {
76- dir = dir .WithDirectory ("/workspace/ .docker" , m .RegistryAuth )
76+ dir = dir .WithDirectory (".docker" , m .RegistryAuth )
7777 }
7878
7979 publish := m .apkoPublish (
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ func (m *EmbeddedCluster) PublishOperatorImage(
7373 WithDirectory ("packages" , pkgBuild .Directory ("packages" ))
7474
7575 if m .RegistryAuth != nil {
76- dir = dir .WithDirectory ("/workspace/ .docker" , m .RegistryAuth )
76+ dir = dir .WithDirectory (".docker" , m .RegistryAuth )
7777 }
7878
7979 publish := m .apkoPublish (
You can’t perform that action at this time.
0 commit comments