colinwilson / comments

0 stars 0 forks source link

Configure Gitlab CI with Google Container Registry (GCR) | Colin Wilson #8

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

Configure Gitlab CI with Google Container Registry (GCR)

Configure Gitlab CI with Google Container Registry (GCR)

https://colinwilson.uk/2020/07/10/configure-gitlab-ci-with-google-container-registry/

JetsonDavis commented 3 years ago

Hi,

I'm getting this:

$ base64 -d $GCP_SA_KEY | docker login -u _json_key --password-stdin https://gcr.io Error: Cannot perform an interactive login from a non TTY device

I hope someone is monitoring this chat?!

colinwilson commented 3 years ago

@JetsonDavis Is your branch protected? You can see this error if your branch is not protected but your variables are. See this comment - https://github.com/JanMikes/gitlab-ci-push-to-gcr/issues/2#issue-552452892