We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e572392 commit e2cfe38Copy full SHA for e2cfe38
dagger/localartifactmirror.go
@@ -73,7 +73,7 @@ func (m *EmbeddedCluster) PublishLocalArtifactMirrorImage(
73
WithDirectory("packages", pkgBuild.Directory("packages"))
74
75
if m.RegistryAuth != nil {
76
- dir = dir.WithDirectory("/workspace/.docker", m.RegistryAuth)
+ dir = dir.WithDirectory(".docker", m.RegistryAuth)
77
}
78
79
publish := m.apkoPublish(
dagger/operator.go
@@ -73,7 +73,7 @@ func (m *EmbeddedCluster) PublishOperatorImage(
0 commit comments