#Publishing Docker image

1 messages · Page 1 of 1 (latest)

south socket
#

Hi,
i'm building docker image via go sdk, i want to accomplish 2 things

  1. add tag for the build
  2. publish the image to internal docker registry

build passes succesfully

how can i accomplish it?
thanks!

candid seal
south socket
#

@candid seal thanks, i did it, but how do i enter the credentials?

candid seal
#

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

south socket
#

yeah, it is exactly what i did, probably missed something, thanks anyways!