Skip to content

Commit 88c50d4

Browse files
committed
print for debugging
1 parent 8a43eee commit 88c50d4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ci/main.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import (
88
"context"
99
"dagger/ci/internal/dagger"
1010
"fmt"
11+
"os"
1112
)
1213

1314
type Ci struct{}
@@ -62,6 +63,8 @@ func (m *Ci) Publish(
6263

6364
reference := fmt.Sprintf("%s/%s:%s", registry, repository, imageTag)
6465

66+
fmt.Fprintf(os.Stdout, registry)
67+
fmt.Fprintf(os.Stdout, reference)
6568
// publish to registry
6669
ref, err := container.
6770
WithRegistryAuth(registry, username, password).

0 commit comments

Comments
 (0)