#Publishing Docker image
1 messages · Page 1 of 1 (latest)
👋
- You can call the
Publishmethod with the image + label format. i.e: https://github.com/kpenfound/dagger-demos/blob/8019453fa1c116086194c5a1b44f4bef72ecd797/go/getting-started/ci/main.go#L141 - Just change the
addressin thePublishcommand to target your internal registry.
@candid seal thanks, i did it, but how do i enter the credentials?
Dagger uses the same credentials that the docker engine uses for the registry. So if you do docker login against the target registry, that should be it
yeah, it is exactly what i did, probably missed something, thanks anyways!