Skip to content

Commit

Permalink
Add login
Browse files Browse the repository at this point in the history
  • Loading branch information
suranc committed Mar 19, 2024
1 parent efc9de2 commit a610f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcloud/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ FROM gcr.io/google.com/cloudsdktool/google-cloud-cli:latest
ADD .config/gcloud/application_default_credentials.json /tmp/application_default_credentials.json
ENV GOOGLE_APPLICATION_CREDENTIALS=/tmp/application_default_credentials.json
ENV CLOUDSDK_CORE_PROJECT=sales-209522
#RUN gcloud auth login --brief --cred-file /tmp/application_default_credentials.json
RUN gcloud auth login --brief --cred-file /tmp/application_default_credentials.json
RUN gcloud artifacts repositories list

0 comments on commit a610f6d

Please sign in to comment.