I'd like to have credentials to my registry stored in gitlab (encrypted) and use them to deploy images, what is a proper way to do so? (I'm using external registry, not gitlab container registry)
Asked
Active
Viewed 312 times
0
-
1Have you tried using gitlab ci variables and docker login in script section? – Ruwanka De Silva Sep 22 '18 at 04:32
-
Yes, i did, I think there's no other way. Thanks for the reply – Krzysztof Bielak Sep 24 '18 at 13:42